diff options
author | Chris Xiong <chirs241097@gmail.com> | 2015-12-31 23:49:04 +0800 |
---|---|---|
committer | Chris Xiong <chirs241097@gmail.com> | 2015-12-31 23:49:04 +0800 |
commit | 3db127ce64eadb54568e218124744a1de713667e (patch) | |
tree | e360f2cba2afb1c369e28907aa19934cf3c45ca5 /qmppresetselect.hpp | |
parent | b1be9e45b5abdf0a03181b9cee8dc208a762fe57 (diff) | |
download | QMidiPlayer-3db127ce64eadb54568e218124744a1de713667e.tar.xz |
Inanimate Dream. (WTF)
Diffstat (limited to 'qmppresetselect.hpp')
-rw-r--r-- | qmppresetselect.hpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/qmppresetselect.hpp b/qmppresetselect.hpp index 51d0f21..8a185f8 100644 --- a/qmppresetselect.hpp +++ b/qmppresetselect.hpp @@ -5,16 +5,16 @@ #include <QShowEvent> namespace Ui { - class qmppresetselect; + class qmpPresetSelector; } -class qmppresetselect:public QDialog +class qmpPresetSelector:public QDialog { Q_OBJECT public: - explicit qmppresetselect(QWidget *parent = 0); - ~qmppresetselect(); + explicit qmpPresetSelector(QWidget *parent = 0); + ~qmpPresetSelector(); void showEvent(QShowEvent* e); void setupWindow(int chid); @@ -28,7 +28,7 @@ class qmppresetselect:public QDialog void on_lwPresetSelect_itemDoubleClicked(); private: - Ui::qmppresetselect *ui; + Ui::qmpPresetSelector *ui; char presets[129][128][24]; int ch; }; |