aboutsummaryrefslogtreecommitdiff
path: root/source/QXmppLogger.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/QXmppLogger.h')
-rw-r--r--source/QXmppLogger.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/source/QXmppLogger.h b/source/QXmppLogger.h
index 25cc1366..5a2d5f2b 100644
--- a/source/QXmppLogger.h
+++ b/source/QXmppLogger.h
@@ -40,11 +40,14 @@ public:
};
static QXmppLogger* getLogger();
- QXmppLogger::LoggingType getLoggingType();
+ QXmppLogger::LoggingType loggingType();
void setLoggingType(QXmppLogger::LoggingType);
void log(const QString& str);
void log(const QByteArray& str);
+ // deprecated accessors, use the form without "get" instead
+ QXmppLogger::LoggingType Q_DECL_DEPRECATED getLoggingType();
+
private:
QXmppLogger();
static QXmppLogger* m_logger;