aboutsummaryrefslogtreecommitdiff
path: root/examples/GuiClient/customListView.h
diff options
context:
space:
mode:
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;