aboutsummaryrefslogtreecommitdiff
path: root/examples/GuiClient/profileDialog.h
diff options
context:
space:
mode:
authorManjeet Dahiya <manjeetdahiya@gmail.com>2010-09-09 10:58:42 +0000
committerManjeet Dahiya <manjeetdahiya@gmail.com>2010-09-09 10:58:42 +0000
commit53376da9b3fced19ffc4dc8f6ade00d700fd342a (patch)
tree85a07f90c14205a4d460bc8793577e31272bafbf /examples/GuiClient/profileDialog.h
parent1c36904333c8d5e1a465ad65518e30825ec62e2a (diff)
downloadqxmpp-53376da9b3fced19ffc4dc8f6ade00d700fd342a.tar.gz
add setters
Diffstat (limited to 'examples/GuiClient/profileDialog.h')
-rw-r--r--examples/GuiClient/profileDialog.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/examples/GuiClient/profileDialog.h b/examples/GuiClient/profileDialog.h
index 264dd94b..ddcdd876 100644
--- a/examples/GuiClient/profileDialog.h
+++ b/examples/GuiClient/profileDialog.h
@@ -13,6 +13,12 @@ class profileDialog : public QDialog
public:
explicit profileDialog(QWidget *parent = 0);
+
+ void setAvatar(const QImage&);
+ void setBareJid(const QString&);
+ void setFullName(const QString&);
+ void setStatusText(const QString&);
+
~profileDialog();
private: