X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcommon%2Flogger.h;h=7752a74add9e9a05068a0e22042d187b3bd24d3f;hp=8c1f2f003788d1ef7fe71bddaada8fa0c36538b4;hb=ab7ef4d24f62b5848b628482b7762ebfc0b53e1a;hpb=c55df5f2d765b100b7a1ead5a72202f969aa9581 diff --git a/src/common/logger.h b/src/common/logger.h index 8c1f2f00..7752a74a 100644 --- a/src/common/logger.h +++ b/src/common/logger.h @@ -72,11 +72,7 @@ public: */ std::vector messages() const; -#if QT_VERSION < 0x050000 - static void messageHandler(QtMsgType type, const char *message); -#else static void messageHandler(QtMsgType type, const QMessageLogContext &context, const QString &message); -#endif /** * Takes the given message with the given log level, formats it and emits the @a messageLogged() signal.