diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-03-25 18:32:22 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-03-25 18:32:22 +0200 |
commit | 8dbd8979de794217d4b7e885d9a5524be444d646 (patch) | |
tree | 1455d46b6765d6ce304c5608076a205a7c1fd40c /common/log.h | |
parent | 08d41b8588c6b9c2e5e41c1ea0cb3d62956d1ea3 (diff) | |
download | sink-8dbd8979de794217d4b7e885d9a5524be444d646.tar.gz sink-8dbd8979de794217d4b7e885d9a5524be444d646.zip |
Fixed new warnings
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 | { |