diff options
| author | Manjeet Dahiya <manjeetdahiya@gmail.com> | 2010-10-19 15:18:29 +0000 |
|---|---|---|
| committer | Manjeet Dahiya <manjeetdahiya@gmail.com> | 2010-10-19 15:18:29 +0000 |
| commit | 18f8e2db919b58f5aba68e6f0ff0890bea6529b8 (patch) | |
| tree | 434bd1a41d7b535efd351cf233e0e8ea3d348da6 /examples/GuiClient/rosterItemModel.h | |
| parent | 2a548516eaec820dcaaa628d639c9e9cabbf077d (diff) | |
| download | qxmpp-18f8e2db919b58f5aba68e6f0ff0890bea6529b8.tar.gz | |
removing contact should remove the contact from the UI as well
Diffstat (limited to 'examples/GuiClient/rosterItemModel.h')
| -rw-r--r-- | examples/GuiClient/rosterItemModel.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/GuiClient/rosterItemModel.h b/examples/GuiClient/rosterItemModel.h index 54fdeef9..12f2fa0f 100644 --- a/examples/GuiClient/rosterItemModel.h +++ b/examples/GuiClient/rosterItemModel.h @@ -41,6 +41,8 @@ public: void updateAvatar(const QString& bareJid, const QImage& image); void updateName(const QString& bareJid, const QString& name); + void removeRosterEntry(const QString& bareJid); + void clear(); private: |
