diff options
author | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2012-03-24 14:04:03 +0200 |
---|---|---|
committer | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2012-03-24 14:04:03 +0200 |
commit | c7475fb35f897e7c3876e3cd8ae54fe00f55c046 (patch) | |
tree | 90fe54a4b2c2b555f5100f633ff686d02726f8e8 /client/Dialog.h | |
parent | 8652adfae7bd16db6d74e361608d6a99b04720a3 (diff) | |
parent | 45a1eb48d982ebff2edfc66e254ce220b1cf93a5 (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.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/client/Dialog.h b/client/Dialog.h index 2c07747..18fb9e5 100644 --- a/client/Dialog.h +++ b/client/Dialog.h @@ -23,13 +23,13 @@ public: * @brief Create an instance of dialog window * @param parent parent window */ - ProxyDialog(QWidget *parent = 0); + ProxyDialog(QWidget* parent = 0); protected: - void resizeEvent(QResizeEvent* event); + bool event(QEvent* event); + void resizeEvent(QResizeEvent* event); private slots: - void Closed(int i); void ProxyToggled(bool on); void StaticProxyToggled(bool on); void CountryActivated(int index); |