diff options
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;
|
