From ebda8030fdb70a8162c67947dd980b59337f2d05 Mon Sep 17 00:00:00 2001 From: Chris Xiong Date: Sat, 16 Jan 2016 16:46:27 +0800 Subject: Peaceful Romancer. (WTF) --- qmppresetselect.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'qmppresetselect.hpp') 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; -- cgit v1.2.3