aboutsummaryrefslogtreecommitdiff
path: root/src/base/QXmppMessage.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/base/QXmppMessage.h')
-rw-r--r--src/base/QXmppMessage.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/base/QXmppMessage.h b/src/base/QXmppMessage.h
index 66e989b5..e927a85c 100644
--- a/src/base/QXmppMessage.h
+++ b/src/base/QXmppMessage.h
@@ -60,8 +60,8 @@ public:
Paused, ///< User had been composing but now has stopped.
};
- QXmppMessage(const QString& from = "", const QString& to = "",
- const QString& body = "", const QString& thread = "");
+ QXmppMessage(const QString& from = QString(), const QString& to = QString(),
+ const QString& body = QString(), const QString& thread = QString());
QXmppMessage(const QXmppMessage &other);
~QXmppMessage();