diff options
| author | Manjeet Dahiya <manjeetdahiya@gmail.com> | 2010-09-09 10:58:42 +0000 |
|---|---|---|
| committer | Manjeet Dahiya <manjeetdahiya@gmail.com> | 2010-09-09 10:58:42 +0000 |
| commit | 53376da9b3fced19ffc4dc8f6ade00d700fd342a (patch) | |
| tree | 85a07f90c14205a4d460bc8793577e31272bafbf /examples/GuiClient/profileDialog.h | |
| parent | 1c36904333c8d5e1a465ad65518e30825ec62e2a (diff) | |
| download | qxmpp-53376da9b3fced19ffc4dc8f6ade00d700fd342a.tar.gz | |
add setters
Diffstat (limited to 'examples/GuiClient/profileDialog.h')
| -rw-r--r-- | examples/GuiClient/profileDialog.h | 6 |
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:
|
