From 84634010422f578b27105bbbaf6b8ee4c1232e86 Mon Sep 17 00:00:00 2001 From: Chris Xiong Date: Sun, 3 Jan 2016 23:15:41 +0800 Subject: Bad Apple. (WTF) --- qmpchannelswindow.hpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'qmpchannelswindow.hpp') diff --git a/qmpchannelswindow.hpp b/qmpchannelswindow.hpp index 992b264..aba2a8d 100644 --- a/qmpchannelswindow.hpp +++ b/qmpchannelswindow.hpp @@ -4,7 +4,9 @@ #include #include #include +#include #include +#include #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: -- cgit v1.2.3