aboutsummaryrefslogtreecommitdiff
path: root/qmpchanneleditor.hpp
diff options
context:
space:
mode:
authorGravatar Chris Xiong <chirs241097@gmail.com> 2016-01-26 11:52:28 +0800
committerGravatar Chris Xiong <chirs241097@gmail.com> 2016-01-26 11:52:28 +0800
commit1785e14480ab00afc4309bfcfbd5b00caea8ddde (patch)
tree2dc5f70fe455afedf6393a0db2d7f09ceae1f715 /qmpchanneleditor.hpp
parentebda8030fdb70a8162c67947dd980b59337f2d05 (diff)
downloadQMidiPlayer-1785e14480ab00afc4309bfcfbd5b00caea8ddde.tar.xz
Dark Road. (WTF)
Diffstat (limited to 'qmpchanneleditor.hpp')
-rw-r--r--qmpchanneleditor.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/qmpchanneleditor.hpp b/qmpchanneleditor.hpp
index c98bfd5..0653af5 100644
--- a/qmpchanneleditor.hpp
+++ b/qmpchanneleditor.hpp
@@ -4,6 +4,7 @@
#include <QDialog>
#include <QShowEvent>
#include <QCloseEvent>
+#include "qdialskulpturestyle.hpp"
namespace Ui {
class qmpChannelEditor;
@@ -35,6 +36,7 @@ class qmpChannelEditor:public QDialog
void sendCC();
void connectSlots();
void disconnectSlots();
+ QCommonStyle* styl;
};
#endif // QMPCHANNELEDITOR_H