diff options
| author | Manjeet Dahiya <manjeetdahiya@gmail.com> | 2010-09-23 12:30:34 +0000 |
|---|---|---|
| committer | Manjeet Dahiya <manjeetdahiya@gmail.com> | 2010-09-23 12:30:34 +0000 |
| commit | b9f714ea0d90c102fbe33bd9ce240329ea2df44d (patch) | |
| tree | f0c2b8d3b15f03df197716002df6ba3841387822 /examples/GuiClient/mainDialog.h | |
| parent | 3c28b4d2b8b6162bb6d8ea557efd4a68970f1366 (diff) | |
| download | qxmpp-b9f714ea0d90c102fbe33bd9ce240329ea2df44d.tar.gz | |
integrate accountsCache
Diffstat (limited to 'examples/GuiClient/mainDialog.h')
| -rw-r--r-- | examples/GuiClient/mainDialog.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/GuiClient/mainDialog.h b/examples/GuiClient/mainDialog.h index e80dd756..40dd276b 100644 --- a/examples/GuiClient/mainDialog.h +++ b/examples/GuiClient/mainDialog.h @@ -35,6 +35,7 @@ #include "chatDialog.h" #include "vCardManager.h" #include "capabilitiesCollection.h" +#include "accountsCache.h" namespace Ui { @@ -88,6 +89,7 @@ private: statusWidget m_statusWidget; vCardManager m_vCardManager; capabilitiesCollection m_capabilitiesCollection; + accountsCache m_accountsCache; // map of bare jids and respective chatdlg QMap<QString, chatDialog*> m_chatDlgsList; |
