summaryrefslogtreecommitdiff
path: root/src/logbuffer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/logbuffer.h')
-rw-r--r--src/logbuffer.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/logbuffer.h b/src/logbuffer.h
index de5e887f..68753996 100644
--- a/src/logbuffer.h
+++ b/src/logbuffer.h
@@ -60,6 +60,8 @@ private:
void write() const;
+ static char msgTypeID(QtMsgType type);
+
private:
static QScopedPointer<LogBuffer> s_Instance;