summaryrefslogtreecommitdiff
path: root/qmpchanneleditor.hpp
diff options
context:
space:
mode:
authorGravatar Chris Xiong <chirs241097@gmail.com> 2015-12-31 23:49:04 +0800
committerGravatar Chris Xiong <chirs241097@gmail.com> 2015-12-31 23:49:04 +0800
commit3db127ce64eadb54568e218124744a1de713667e (patch)
treee360f2cba2afb1c369e28907aa19934cf3c45ca5 /qmpchanneleditor.hpp
parentb1be9e45b5abdf0a03181b9cee8dc208a762fe57 (diff)
downloadQMidiPlayer-3db127ce64eadb54568e218124744a1de713667e.tar.xz
Inanimate Dream. (WTF)
Diffstat (limited to 'qmpchanneleditor.hpp')
-rw-r--r--qmpchanneleditor.hpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/qmpchanneleditor.hpp b/qmpchanneleditor.hpp
index 019cfb4..5927122 100644
--- a/qmpchanneleditor.hpp
+++ b/qmpchanneleditor.hpp
@@ -6,16 +6,16 @@
#include <QCloseEvent>
namespace Ui {
- class qmpchanneleditor;
+ class qmpChannelEditor;
}
-class qmpchanneleditor:public QDialog
+class qmpChannelEditor:public QDialog
{
Q_OBJECT
public:
- explicit qmpchanneleditor(QWidget *parent=0);
- ~qmpchanneleditor();
+ explicit qmpChannelEditor(QWidget *parent=0);
+ ~qmpChannelEditor();
protected:
void showEvent(QShowEvent *e);
void closeEvent(QCloseEvent *e);
@@ -63,7 +63,7 @@ class qmpchanneleditor:public QDialog
void on_dDelay_valueChanged();
private:
- Ui::qmpchanneleditor *ui;
+ Ui::qmpChannelEditor *ui;
int ch;
void sendCC();
};