summaryrefslogtreecommitdiff
path: root/client/Dialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'client/Dialog.h')
-rw-r--r--client/Dialog.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/client/Dialog.h b/client/Dialog.h
index 78d273b..2c07747 100644
--- a/client/Dialog.h
+++ b/client/Dialog.h
@@ -25,6 +25,9 @@ public:
*/
ProxyDialog(QWidget *parent = 0);
+protected:
+ void resizeEvent(QResizeEvent* event);
+
private slots:
void Closed(int i);
void ProxyToggled(bool on);