diff options
author | Chris Xiong <chirs241097@gmail.com> | 2016-01-16 16:46:27 +0800 |
---|---|---|
committer | Chris Xiong <chirs241097@gmail.com> | 2016-01-16 16:46:27 +0800 |
commit | ebda8030fdb70a8162c67947dd980b59337f2d05 (patch) | |
tree | 3ef4b43e8ca4f58788888e18d9feaa4cf74f5107 /qmppresetselect.hpp | |
parent | e3a5241953051e97978ac42fa278572ae735abb3 (diff) | |
download | QMidiPlayer-ebda8030fdb70a8162c67947dd980b59337f2d05.tar.xz |
Peaceful Romancer. (WTF)0.6.2-2
Diffstat (limited to 'qmppresetselect.hpp')
-rw-r--r-- | qmppresetselect.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/qmppresetselect.hpp b/qmppresetselect.hpp index 8a185f8..54f5764 100644 --- a/qmppresetselect.hpp +++ b/qmppresetselect.hpp @@ -18,7 +18,7 @@ class qmpPresetSelector:public QDialog void showEvent(QShowEvent* e); void setupWindow(int chid); - private slots: + private slots: void on_pbCancel_clicked(); void on_pbOk_clicked(); @@ -27,7 +27,7 @@ class qmpPresetSelector:public QDialog void on_lwPresetSelect_itemDoubleClicked(); - private: + private: Ui::qmpPresetSelector *ui; char presets[129][128][24]; int ch; |