diff options
| author | Manjeet Dahiya <manjeetdahiya@gmail.com> | 2010-09-09 11:21:43 +0000 |
|---|---|---|
| committer | Manjeet Dahiya <manjeetdahiya@gmail.com> | 2010-09-09 11:21:43 +0000 |
| commit | 02087213c15a17e290e1d364b9c4823004c402c6 (patch) | |
| tree | f4d92f4f6190cd18b81d809561d9e58c27096853 /examples/GuiClient/mainDialog.h | |
| parent | 53376da9b3fced19ffc4dc8f6ade00d700fd342a (diff) | |
| download | qxmpp-02087213c15a17e290e1d364b9c4823004c402c6.tar.gz | |
link the profile dialog
Diffstat (limited to 'examples/GuiClient/mainDialog.h')
| -rw-r--r-- | examples/GuiClient/mainDialog.h | 1 |
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);
|
