diff options
author | Chris Xiong <chirs241097@gmail.com> | 2016-01-03 23:15:41 +0800 |
---|---|---|
committer | Chris Xiong <chirs241097@gmail.com> | 2016-01-03 23:15:41 +0800 |
commit | 84634010422f578b27105bbbaf6b8ee4c1232e86 (patch) | |
tree | 022775f88c94d697bdce0b32ae32698c542b50ca /qmpchannelswindow.hpp | |
parent | b886aa1fcafc16fe93bfe19e2f63b4089234f9f6 (diff) | |
download | QMidiPlayer-84634010422f578b27105bbbaf6b8ee4c1232e86.tar.xz |
Bad Apple. (WTF)
Diffstat (limited to 'qmpchannelswindow.hpp')
-rw-r--r-- | qmpchannelswindow.hpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/qmpchannelswindow.hpp b/qmpchannelswindow.hpp index 992b264..aba2a8d 100644 --- a/qmpchannelswindow.hpp +++ b/qmpchannelswindow.hpp @@ -4,7 +4,9 @@ #include <QLabel> #include <QPushButton> #include <QDialog> +#include <QShowEvent> #include <QCloseEvent> +#include <QMoveEvent> #include "qmppresetselect.hpp" #include "qmpchanneleditor.hpp" @@ -47,7 +49,9 @@ class qmpChannelsWindow:public QDialog public: explicit qmpChannelsWindow(QWidget *parent = 0); ~qmpChannelsWindow(); + void showEvent(QShowEvent *event); void closeEvent(QCloseEvent *event); + void moveEvent(QMoveEvent *event); signals: void dialogClosing(); public slots: |