Mixxx

/home/maxime/Projets/Mixxx/1.10/mixxx/src/dlgprefnomidi.cpp

Go to the documentation of this file.
00001 /***************************************************************************
00002                           dlgprefnomidi.cpp  -  
00003 ***************************************************************************/
00004 
00005 /***************************************************************************
00006 *                                                                         *
00007 *   This program is free software; you can redistribute it and/or modify  *
00008 *   it under the terms of the GNU General Public License as published by  *
00009 *   the Free Software Foundation; either version 2 of the License, or     *
00010 *   (at your option) any later version.                                   *
00011 *                                                                         *
00012 ***************************************************************************/
00013 
00014 #include "dlgprefnomidi.h"
00015 #include <QtCore>
00016 #include <QtGui>
00017 
00018 DlgPrefNoMidi::DlgPrefNoMidi(QWidget * parent, ConfigObject<ConfigValue> * _config) :  QWidget(parent), Ui::DlgPrefNoMidiDlg()
00019 {
00020     setupUi(this);
00021 }
00022 
00023 DlgPrefNoMidi::~DlgPrefNoMidi()
00024 {
00025 }
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines