summaryrefslogtreecommitdiff
path: root/client/Dialog.h
diff options
context:
space:
mode:
authorGluzskiy Alexandr <sss@sss.chaoslab.ru>2012-02-03 01:04:00 +0200
committerGluzskiy Alexandr <sss@sss.chaoslab.ru>2012-02-03 01:04:00 +0200
commit1fbe925bcd490d3f06a65f3d33926449a2e26b39 (patch)
treec851bfd4829aeebedc1a65fce569177c9c679d31 /client/Dialog.h
parentff6d8dca662e39f35be645883749d32173f9b2c6 (diff)
parent97dbcdd63862d8daff8dda5420d41500d0bf3df3 (diff)
Merge branch 'master' of ssh://sss.chaoslab.ru//home/private_git/proxy_ui
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);