diff options
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); |
