diff options
| author | Manjeet Dahiya <manjeetdahiya@gmail.com> | 2010-09-09 09:25:50 +0000 |
|---|---|---|
| committer | Manjeet Dahiya <manjeetdahiya@gmail.com> | 2010-09-09 09:25:50 +0000 |
| commit | 821bc195035273682be37d91a19fcd4d33169a62 (patch) | |
| tree | 59b585fcabcbd03c38b756d82303c223896e7b9d /examples/GuiClient/customListView.h | |
| parent | f59f1f1402ef678b0789d14937d7806fd952601a (diff) | |
| download | qxmpp-821bc195035273682be37d91a19fcd4d33169a62.tar.gz | |
refactor
Diffstat (limited to 'examples/GuiClient/customListView.h')
| -rw-r--r-- | examples/GuiClient/customListView.h | 5 |
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;
|
