From 821bc195035273682be37d91a19fcd4d33169a62 Mon Sep 17 00:00:00 2001 From: Manjeet Dahiya Date: Thu, 9 Sep 2010 09:25:50 +0000 Subject: refactor --- examples/GuiClient/customListView.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'examples/GuiClient/customListView.h') diff --git a/examples/GuiClient/customListView.h b/examples/GuiClient/customListView.h index d63ee467..764792a5 100644 --- a/examples/GuiClient/customListView.h +++ b/examples/GuiClient/customListView.h @@ -43,12 +43,17 @@ public slots: private slots: void showChatDialog_helper(); + void showProfile_helper(); protected: void keyPressEvent(QKeyEvent*); signals: void showChatDialog(const QString& bareJid); + void showProfile(const QString& bareJid); + +private: + QString selectedBareJid(); private: QAction m_chat; -- cgit v1.2.3