summaryrefslogtreecommitdiff
path: root/src/logbuffer.h
diff options
context:
space:
mode:
authorTannin <sherb@gmx.net>2015-11-17 18:58:00 +0100
committerTannin <sherb@gmx.net>2015-11-17 18:58:00 +0100
commit7f4f4cafea5a196ddf824adf7c4e65cec5d44d88 (patch)
tree64f47f30b6958c5a0aaf8f7394e8d32c5e765044 /src/logbuffer.h
parent7d93a9a2003f31188e4da8cbcd7e5df0352bb900 (diff)
first work on interfacing with usvfs
Diffstat (limited to 'src/logbuffer.h')
-rw-r--r--src/logbuffer.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/logbuffer.h b/src/logbuffer.h
index 748aaf31..0cfecfa2 100644
--- a/src/logbuffer.h
+++ b/src/logbuffer.h
@@ -35,11 +35,7 @@ class LogBuffer : public QAbstractItemModel
public:
static void init(int messageCount, QtMsgType minMsgType, const QString &outputFileName);
-#if QT_VERSION >= QT_VERSION_CHECK(5,0,0)
static void log(QtMsgType type, const QMessageLogContext &context, const QString &message);
-#else
- static void log(QtMsgType type, const char *message);
-#endif
static void writeNow();
static void cleanQuit();