diff options
| author | Manjeet Dahiya <manjeetdahiya@gmail.com> | 2010-09-26 05:28:43 +0000 |
|---|---|---|
| committer | Manjeet Dahiya <manjeetdahiya@gmail.com> | 2010-09-26 05:28:43 +0000 |
| commit | 706a6412b7a2281c3b6e1f5903ae8796071faf8e (patch) | |
| tree | b90420b136acb1feb6f29124654dcf1a539181b5 /examples/GuiClient/mainDialog.h | |
| parent | ddccc1a81948a3dabc95609f0d356d67d26c4bc3 (diff) | |
| download | qxmpp-706a6412b7a2281c3b6e1f5903ae8796071faf8e.tar.gz | |
hide on closing the mainDialog
Diffstat (limited to 'examples/GuiClient/mainDialog.h')
| -rw-r--r-- | examples/GuiClient/mainDialog.h | 1 |
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); |
