aboutsummaryrefslogtreecommitdiff
path: root/examples/GuiClient/mainDialog.h
diff options
context:
space:
mode:
authorManjeet Dahiya <manjeetdahiya@gmail.com>2010-10-14 06:31:00 +0000
committerManjeet Dahiya <manjeetdahiya@gmail.com>2010-10-14 06:31:00 +0000
commit207f28a8704a7d713373c8277f9fa23cd29f6eb3 (patch)
treeffd40cd09c78c44040b16746f1bfb831b8834da1 /examples/GuiClient/mainDialog.h
parent4eb75a59fc1758b8f08feae4f2a18745afdc1a37 (diff)
downloadqxmpp-207f28a8704a7d713373c8277f9fa23cd29f6eb3.tar.gz
implement vcardUpdate during send
Diffstat (limited to 'examples/GuiClient/mainDialog.h')
-rw-r--r--examples/GuiClient/mainDialog.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/GuiClient/mainDialog.h b/examples/GuiClient/mainDialog.h
index 793f130e..34d0b8d2 100644
--- a/examples/GuiClient/mainDialog.h
+++ b/examples/GuiClient/mainDialog.h
@@ -100,6 +100,8 @@ private:
void createTrayIconAndMenu();
void createSettingsMenu();
+ void addPhotoHash(QXmppPresence&);
+
chatDialog* getChatDialog(const QString& bareJid);
Ui::mainDialogClass* ui;