aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/qmldebug/qdebugmessageclient.h
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@theqtcompany.com>2015-11-13 11:05:40 +0100
committerUlf Hermann <ulf.hermann@theqtcompany.com>2015-11-16 14:50:20 +0000
commit87b2d5cdfe5aa1942b15696b790ade1c640b19d1 (patch)
treeb8cb282d816f2c906c7d0bb6347a22769d661220 /src/libs/qmldebug/qdebugmessageclient.h
parent1b8c1af2c69fab142ddc5ff6f7437ff3b53a35fc (diff)
QmlDebug: Add category and timestamp to debug message client
Change-Id: Id81c443251b237b56e515ede8dc579427e13d782 Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
Diffstat (limited to 'src/libs/qmldebug/qdebugmessageclient.h')
-rw-r--r--src/libs/qmldebug/qdebugmessageclient.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libs/qmldebug/qdebugmessageclient.h b/src/libs/qmldebug/qdebugmessageclient.h
index 66060b8854..2de0cfda06 100644
--- a/src/libs/qmldebug/qdebugmessageclient.h
+++ b/src/libs/qmldebug/qdebugmessageclient.h
@@ -42,6 +42,8 @@ struct QDebugContextInfo
int line;
QString file;
QString function;
+ QString category;
+ qint64 timestamp;
};
class QMLDEBUG_EXPORT QDebugMessageClient : public QmlDebugClient