diff options
| author | Manjeet Dahiya <manjeetdahiya@gmail.com> | 2009-09-07 15:17:44 +0000 |
|---|---|---|
| committer | Manjeet Dahiya <manjeetdahiya@gmail.com> | 2009-09-07 15:17:44 +0000 |
| commit | 0b606b76e679c587fb14c2472de1b809954f29bf (patch) | |
| tree | e5e62344d87a95d9fc1601bea953befe7512ca0d /source/QXmppMessage.h | |
| parent | da98f95e3130149725c3e96313619404dd7debd3 (diff) | |
| download | qxmpp-0b606b76e679c587fb14c2472de1b809954f29bf.tar.gz | |
XEP-0054: vcard-temp implementation and other code cleanups
Diffstat (limited to 'source/QXmppMessage.h')
| -rw-r--r-- | source/QXmppMessage.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/QXmppMessage.h b/source/QXmppMessage.h index 8755ba5d..ed99eb0e 100644 --- a/source/QXmppMessage.h +++ b/source/QXmppMessage.h @@ -39,8 +39,8 @@ public: Headline
};
- QXmppMessage(const QString& from = "", const QString& to = "", const QString& body = "",
- const QString& thread = "");
+ QXmppMessage(const QString& from = "", const QString& to = "",
+ const QString& body = "", const QString& thread = "");
~QXmppMessage();
QXmppMessage::Type getType() const;
|
