diff options
| author | Manjeet Dahiya <manjeetdahiya@gmail.com> | 2010-09-09 08:15:55 +0000 |
|---|---|---|
| committer | Manjeet Dahiya <manjeetdahiya@gmail.com> | 2010-09-09 08:15:55 +0000 |
| commit | 3e0c70ebdb2c77563a5720bfba526c8c2c0dad80 (patch) | |
| tree | f6d9a27f65f3e6e4b1f7c48d834273bdebd314f2 /examples/GuiClient | |
| parent | 3e484194df4777115a96ab36835180da309f5e88 (diff) | |
| download | qxmpp-3e0c70ebdb2c77563a5720bfba526c8c2c0dad80.tar.gz | |
cosmetics
Diffstat (limited to 'examples/GuiClient')
| -rw-r--r-- | examples/GuiClient/rosterItem.h | 1 | ||||
| -rw-r--r-- | examples/GuiClient/rosterItemModel.h | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/examples/GuiClient/rosterItem.h b/examples/GuiClient/rosterItem.h index 8d67bc54..c3655ba7 100644 --- a/examples/GuiClient/rosterItem.h +++ b/examples/GuiClient/rosterItem.h @@ -32,7 +32,6 @@ class rosterItem : public QStandardItem
{
-
public:
enum userRoles
{
diff --git a/examples/GuiClient/rosterItemModel.h b/examples/GuiClient/rosterItemModel.h index 73a070c5..69c15a29 100644 --- a/examples/GuiClient/rosterItemModel.h +++ b/examples/GuiClient/rosterItemModel.h @@ -41,6 +41,7 @@ public: void updateAvatar(const QString& bareJid, const QImage& image);
void clear();
+
private:
QMap<QString, rosterItem*> m_jidRosterItemMap;
void addRosterItemIfDontExist(const QString& bareJid);
|
