From 156eab7f9721047cc0f16f271c109745a78ff9fc Mon Sep 17 00:00:00 2001 From: Jeremy Lainé Date: Mon, 22 Mar 2010 12:46:47 +0000 Subject: make QXmppLogger::log a slot --- source/QXmppLogger.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'source') 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); -- cgit v1.2.3