From 18f8e2db919b58f5aba68e6f0ff0890bea6529b8 Mon Sep 17 00:00:00 2001 From: Manjeet Dahiya Date: Tue, 19 Oct 2010 15:18:29 +0000 Subject: removing contact should remove the contact from the UI as well --- examples/GuiClient/rosterItemModel.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'examples/GuiClient/rosterItemModel.h') 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: -- cgit v1.2.3