From 3db127ce64eadb54568e218124744a1de713667e Mon Sep 17 00:00:00 2001 From: Chris Xiong Date: Thu, 31 Dec 2015 23:49:04 +0800 Subject: Inanimate Dream. (WTF) --- qmpchanneleditor.hpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'qmpchanneleditor.hpp') diff --git a/qmpchanneleditor.hpp b/qmpchanneleditor.hpp index 019cfb4..5927122 100644 --- a/qmpchanneleditor.hpp +++ b/qmpchanneleditor.hpp @@ -6,16 +6,16 @@ #include 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(); }; -- cgit v1.2.3