aboutsummaryrefslogtreecommitdiff
path: root/source/QXmppUtils.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/QXmppUtils.h')
-rw-r--r--source/QXmppUtils.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/source/QXmppUtils.h b/source/QXmppUtils.h
index 7251bde2..8479a29b 100644
--- a/source/QXmppUtils.h
+++ b/source/QXmppUtils.h
@@ -52,9 +52,6 @@ void helperToXmlAddTextElement(QXmlStreamWriter* stream, const QString& name,
void helperToXmlAddNumberElement(QXmlStreamWriter* stream, const QString& name,
int value);
-void Q_DECL_DEPRECATED log(const QString& str);
-void Q_DECL_DEPRECATED log(const QByteArray& str);
-
QString escapeString(const QString& str);
QString unescapeString(const QString& str);