diff options
Diffstat (limited to 'common/log.h')
-rw-r--r-- | common/log.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/log.h b/common/log.h index 8266fdb..93b6ba3 100644 --- a/common/log.h +++ b/common/log.h | |||
@@ -72,7 +72,7 @@ QByteArrayList SINK_EXPORT debugOutputFilter(FilterType type); | |||
72 | void SINK_EXPORT setDebugOutputFields(const QByteArrayList &filter); | 72 | void SINK_EXPORT setDebugOutputFields(const QByteArrayList &filter); |
73 | QByteArrayList SINK_EXPORT debugOutputFields(); | 73 | QByteArrayList SINK_EXPORT debugOutputFields(); |
74 | 74 | ||
75 | QDebug SINK_EXPORT debugStream(DebugLevel debugLevel, int line, const char *file, const char *function, const char *debugArea = 0, const char *debugComponent = 0); | 75 | QDebug SINK_EXPORT debugStream(DebugLevel debugLevel, int line, const char *file, const char *function, const char *debugArea = nullptr, const char *debugComponent = nullptr); |
76 | 76 | ||
77 | struct SINK_EXPORT TraceTime | 77 | struct SINK_EXPORT TraceTime |
78 | { | 78 | { |