aboutsummaryrefslogtreecommitdiff
path: root/examples/GuiClient/mainDialog.h
diff options
context:
space:
mode:
authorManjeet Dahiya <manjeetdahiya@gmail.com>2010-09-26 05:28:43 +0000
committerManjeet Dahiya <manjeetdahiya@gmail.com>2010-09-26 05:28:43 +0000
commit706a6412b7a2281c3b6e1f5903ae8796071faf8e (patch)
treeb90420b136acb1feb6f29124654dcf1a539181b5 /examples/GuiClient/mainDialog.h
parentddccc1a81948a3dabc95609f0d356d67d26c4bc3 (diff)
downloadqxmpp-706a6412b7a2281c3b6e1f5903ae8796071faf8e.tar.gz
hide on closing the mainDialog
Diffstat (limited to 'examples/GuiClient/mainDialog.h')
-rw-r--r--examples/GuiClient/mainDialog.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/GuiClient/mainDialog.h b/examples/GuiClient/mainDialog.h
index 2e679f4f..3e675293 100644
--- a/examples/GuiClient/mainDialog.h
+++ b/examples/GuiClient/mainDialog.h
@@ -53,6 +53,7 @@ public:
protected:
void keyPressEvent(QKeyEvent*);
+ void closeEvent(QCloseEvent* event);
private slots:
void rosterChanged(const QString& bareJid);