diff options
Diffstat (limited to 'qmpchanneleditor.hpp')
-rw-r--r-- | qmpchanneleditor.hpp | 2 |
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 |