aboutsummaryrefslogtreecommitdiff
path: root/examples/GuiClient/mainDialog.h
diff options
context:
space:
mode:
authorManjeet Dahiya <manjeetdahiya@gmail.com>2010-09-09 11:21:43 +0000
committerManjeet Dahiya <manjeetdahiya@gmail.com>2010-09-09 11:21:43 +0000
commit02087213c15a17e290e1d364b9c4823004c402c6 (patch)
treef4d92f4f6190cd18b81d809561d9e58c27096853 /examples/GuiClient/mainDialog.h
parent53376da9b3fced19ffc4dc8f6ade00d700fd342a (diff)
downloadqxmpp-02087213c15a17e290e1d364b9c4823004c402c6.tar.gz
link the profile dialog
Diffstat (limited to 'examples/GuiClient/mainDialog.h')
-rw-r--r--examples/GuiClient/mainDialog.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/GuiClient/mainDialog.h b/examples/GuiClient/mainDialog.h
index d687ff0d..4cc85aa6 100644
--- a/examples/GuiClient/mainDialog.h
+++ b/examples/GuiClient/mainDialog.h
@@ -75,6 +75,7 @@ private slots:
void showLoginStatusWithCounter(const QString& msg, int time);
void updateVCard(const QString& bareJid);
void avatarChanged(const QImage&);
+ void showProfile(const QString& bareJid);
private:
chatDialog* getChatDialog(const QString& bareJid);