diff options
Diffstat (limited to 'source')
| -rw-r--r-- | source/QXmppLogger.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/source/QXmppLogger.h b/source/QXmppLogger.h index 087d00aa..e21c426d 100644 --- a/source/QXmppLogger.h +++ b/source/QXmppLogger.h @@ -63,11 +63,12 @@ public: void setLogFilePath(const QString&); QString logFilePath(); - virtual void log(QXmppLogger::MessageType type, const QString& str); - // deprecated accessors, use the form without "get" instead QXmppLogger::LoggingType Q_DECL_DEPRECATED getLoggingType(); +public slots: + void log(QXmppLogger::MessageType type, const QString& str); + signals: void message(QXmppLogger::MessageType type, const QString &str); |
