diff options
| author | Manjeet Dahiya <manjeetdahiya@gmail.com> | 2010-09-23 07:02:33 +0000 |
|---|---|---|
| committer | Manjeet Dahiya <manjeetdahiya@gmail.com> | 2010-09-23 07:02:33 +0000 |
| commit | 0eabf95cf43148a45427475575aa5959af55ad51 (patch) | |
| tree | ea19d67383b0fe1d59361826341f8b6c42ab6541 /examples/GuiClient/mainDialog.h | |
| parent | 1639a23b507ac4f7c7a05d0322f9b5db7e687d79 (diff) | |
| download | qxmpp-0eabf95cf43148a45427475575aa5959af55ad51.tar.gz | |
integrate capsManager
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 edb56ce5..e80dd756 100644 --- a/examples/GuiClient/mainDialog.h +++ b/examples/GuiClient/mainDialog.h @@ -34,6 +34,7 @@ #include "statusWidget.h" #include "chatDialog.h" #include "vCardManager.h" +#include "capabilitiesCollection.h" namespace Ui { @@ -86,6 +87,7 @@ private: rosterItemSortFilterProxyModel m_rosterItemSortFilterModel; statusWidget m_statusWidget; vCardManager m_vCardManager; + capabilitiesCollection m_capabilitiesCollection; // map of bare jids and respective chatdlg QMap<QString, chatDialog*> m_chatDlgsList; |
