diff options
| author | Manjeet Dahiya <manjeetdahiya@gmail.com> | 2010-09-26 07:38:28 +0000 |
|---|---|---|
| committer | Manjeet Dahiya <manjeetdahiya@gmail.com> | 2010-09-26 07:38:28 +0000 |
| commit | 84d85965791e5354cf7278a81a9c6240d00a125b (patch) | |
| tree | 87f96f24cce03205298e6629af8d9da302e52d73 /examples/GuiClient/mainDialog.h | |
| parent | b54eebb2ce03418b020190ace403e7f3cb23054f (diff) | |
| download | qxmpp-84d85965791e5354cf7278a81a9c6240d00a125b.tar.gz | |
change variable names
Diffstat (limited to 'examples/GuiClient/mainDialog.h')
| -rw-r--r-- | examples/GuiClient/mainDialog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/GuiClient/mainDialog.h b/examples/GuiClient/mainDialog.h index f70387c3..af4df97b 100644 --- a/examples/GuiClient/mainDialog.h +++ b/examples/GuiClient/mainDialog.h @@ -99,7 +99,7 @@ private: rosterItemSortFilterProxyModel m_rosterItemSortFilterModel; statusWidget m_statusWidget; vCardManager m_vCardManager; - capabilitiesCache m_capabilitiesCollection; + capabilitiesCache m_capabilitiesCache; accountsCache m_accountsCache; // map of bare jids and respective chatdlg |
