diff options
| author | Manjeet Dahiya <manjeetdahiya@gmail.com> | 2010-09-26 05:36:01 +0000 |
|---|---|---|
| committer | Manjeet Dahiya <manjeetdahiya@gmail.com> | 2010-09-26 05:36:01 +0000 |
| commit | dd90079c243b455092a7a11280520e3fed6265d4 (patch) | |
| tree | d505619fae99f405def2c581498dd0bb800e081e /examples/GuiClient/mainDialog.h | |
| parent | 706a6412b7a2281c3b6e1f5903ae8796071faf8e (diff) | |
| download | qxmpp-dd90079c243b455092a7a11280520e3fed6265d4.tar.gz | |
show dialog on trigger
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 3e675293..39fb903b 100644 --- a/examples/GuiClient/mainDialog.h +++ b/examples/GuiClient/mainDialog.h @@ -85,6 +85,7 @@ private slots: void addAccountToCache(); void action_quit(); + void action_trayIconActivated(QSystemTrayIcon::ActivationReason reason); private: void loadAccounts(); |
