X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fclient%2Fclient.h;h=d93c62b499eb527eed16182378a07858f8e7d8ff;hp=e3aacd0492e540b165a8c2a627f78ad0a014e2f9;hb=372d56eee63dc08b85bd4877226582bef76fc1e4;hpb=f8ac74fd09451dcb61f34730f5f605f0fadbb9e8 diff --git a/src/client/client.h b/src/client/client.h index e3aacd04..d93c62b4 100644 --- a/src/client/client.h +++ b/src/client/client.h @@ -142,7 +142,11 @@ public: static void mergeBuffersPermanently(BufferId bufferId1, BufferId bufferId2); static void purgeKnownBufferIds(); +#if QT_VERSION < 0x050000 static void logMessage(QtMsgType type, const char *msg); +#else + static void logMessage(QtMsgType, const QMessageLogContext&, const QString&); +#endif static inline const QString &debugLog() { return instance()->_debugLogBuffer; } signals: