aboutsummaryrefslogtreecommitdiff
path: root/examples/GuiClient/profileDialog.h
diff options
context:
space:
mode:
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: