From 740343ca5bd92532eb77df67211733db53447a3d Mon Sep 17 00:00:00 2001 From: Manjeet Dahiya Date: Tue, 28 Sep 2010 16:08:11 +0000 Subject: add removeContact signaling --- examples/GuiClient/customListView.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'examples/GuiClient/customListView.h') diff --git a/examples/GuiClient/customListView.h b/examples/GuiClient/customListView.h index d088eeb6..1b2b54d4 100644 --- a/examples/GuiClient/customListView.h +++ b/examples/GuiClient/customListView.h @@ -44,6 +44,7 @@ public slots: private slots: void showChatDialog_helper(); void showProfile_helper(); + void removeContact_helper(); protected: void keyPressEvent(QKeyEvent*); @@ -51,6 +52,7 @@ protected: signals: void showChatDialog(const QString& bareJid); void showProfile(const QString& bareJid); + void removeContact(const QString& bareJid); private: QString selectedBareJid(); @@ -58,6 +60,7 @@ private: private: QAction m_chat; QAction m_profile; + QAction m_removeContact; }; #endif // CUSTOMLISTVIEW_H -- cgit v1.2.3