aboutsummaryrefslogtreecommitdiff
path: root/source/QXmppLogger.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/QXmppLogger.cpp')
-rw-r--r--source/QXmppLogger.cpp12
1 files changed, 1 insertions, 11 deletions
diff --git a/source/QXmppLogger.cpp b/source/QXmppLogger.cpp
index a4a75fe3..f35253e8 100644
--- a/source/QXmppLogger.cpp
+++ b/source/QXmppLogger.cpp
@@ -57,17 +57,7 @@ QXmppLogger::LoggingType QXmppLogger::loggingType()
return m_loggingType;
}
-void QXmppLogger::debug(const QString &str)
-{
- log(QtDebugMsg, str);
-}
-
-void QXmppLogger::warning(const QString &str)
-{
- log(QtWarningMsg, str);
-}
-
-void QXmppLogger::log(QtMsgType type, const QString& str)
+void QXmppLogger::log(QXmppLogger::MessageType type, const QString& str)
{
switch(m_loggingType)
{