diff options
Diffstat (limited to 'source/QXmppUtils.cpp')
| -rw-r--r-- | source/QXmppUtils.cpp | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/source/QXmppUtils.cpp b/source/QXmppUtils.cpp index 430b34d0..f59462a1 100644 --- a/source/QXmppUtils.cpp +++ b/source/QXmppUtils.cpp @@ -117,16 +117,6 @@ void helperToXmlAddTextElement(QXmlStreamWriter* stream, const QString& name, stream->writeEmptyElement(name); } -void log(const QString& str) -{ - QXmppLogger::getLogger()->debug() << str; -} - -void log(const QByteArray& str) -{ - QXmppLogger::getLogger()->debug() << str; -} - QString escapeString(const QString& str) { QString strOut = str; |
