aboutsummaryrefslogtreecommitdiff
path: root/examples/GuiClient/customListView.h
diff options
context:
space:
mode:
authorManjeet Dahiya <manjeetdahiya@gmail.com>2010-09-09 09:25:50 +0000
committerManjeet Dahiya <manjeetdahiya@gmail.com>2010-09-09 09:25:50 +0000
commit821bc195035273682be37d91a19fcd4d33169a62 (patch)
tree59b585fcabcbd03c38b756d82303c223896e7b9d /examples/GuiClient/customListView.h
parentf59f1f1402ef678b0789d14937d7806fd952601a (diff)
downloadqxmpp-821bc195035273682be37d91a19fcd4d33169a62.tar.gz
refactor
Diffstat (limited to 'examples/GuiClient/customListView.h')
-rw-r--r--examples/GuiClient/customListView.h5
1 files changed, 5 insertions, 0 deletions
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;