![]() |
Mixxx
|
00001 /*************************************************************************** 00002 MidiDeviceEnumerator.cpp 00003 MIDI Device Enumerator Class 00004 ---------------------------- 00005 begin : Fri Feb 26 2010 00006 copyright : (C) 2010 Sean M. Pappalardo 00007 email : spappalardo@mixxx.org 00008 00009 ***************************************************************************/ 00010 00011 /*************************************************************************** 00012 * * 00013 * This program is free software; you can redistribute it and/or modify * 00014 * it under the terms of the GNU General Public License as published by * 00015 * the Free Software Foundation; either version 2 of the License, or * 00016 * (at your option) any later version. * 00017 * * 00018 ***************************************************************************/ 00019 00020 #include "midideviceenumerator.h" 00021 00022 MidiDeviceEnumerator::MidiDeviceEnumerator() : QObject() 00023 { 00024 } 00025 00026 MidiDeviceEnumerator::~MidiDeviceEnumerator() { 00027 // In this function, the inheriting class must delete the Devices it creates 00028 }