diff options
| author | Manjeet Dahiya <manjeetdahiya@gmail.com> | 2010-10-08 14:05:01 +0000 |
|---|---|---|
| committer | Manjeet Dahiya <manjeetdahiya@gmail.com> | 2010-10-08 14:05:01 +0000 |
| commit | e4ffbeb064894b61c85e09e1a369a13f9906ea2f (patch) | |
| tree | 5f19fbf8deb6ffb5ec97a2fb574424c638397cc2 /examples/GuiClient/mainDialog.h | |
| parent | 54cadce4c8057ca11ba1048d0da8b8800ae03a73 (diff) | |
| download | qxmpp-e4ffbeb064894b61c85e09e1a369a13f9906ea2f.tar.gz | |
error handling
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 1e3252a0..c9ae6014 100644 --- a/examples/GuiClient/mainDialog.h +++ b/examples/GuiClient/mainDialog.h @@ -84,6 +84,7 @@ private slots: void userNameCompleter_activated(const QString&); void addAccountToCache(); void presenceReceived(const QXmppPresence&); + void errorClient(QXmppClient::Error); void action_addContact(); void action_removeContact(const QString& bareJid); |
