diff options
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: |