summaryrefslogtreecommitdiffstats
path: root/common/log.h
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2018-03-25 18:32:22 +0200
committerChristian Mollekopf <chrigi_1@fastmail.fm>2018-03-25 18:32:22 +0200
commit8dbd8979de794217d4b7e885d9a5524be444d646 (patch)
tree1455d46b6765d6ce304c5608076a205a7c1fd40c /common/log.h
parent08d41b8588c6b9c2e5e41c1ea0cb3d62956d1ea3 (diff)
downloadsink-8dbd8979de794217d4b7e885d9a5524be444d646.tar.gz
sink-8dbd8979de794217d4b7e885d9a5524be444d646.zip
Fixed new warnings
Diffstat (limited to 'common/log.h')
-rw-r--r--common/log.h2
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);
72void SINK_EXPORT setDebugOutputFields(const QByteArrayList &filter); 72void SINK_EXPORT setDebugOutputFields(const QByteArrayList &filter);
73QByteArrayList SINK_EXPORT debugOutputFields(); 73QByteArrayList SINK_EXPORT debugOutputFields();
74 74
75QDebug SINK_EXPORT debugStream(DebugLevel debugLevel, int line, const char *file, const char *function, const char *debugArea = 0, const char *debugComponent = 0); 75QDebug SINK_EXPORT debugStream(DebugLevel debugLevel, int line, const char *file, const char *function, const char *debugArea = nullptr, const char *debugComponent = nullptr);
76 76
77struct SINK_EXPORT TraceTime 77struct SINK_EXPORT TraceTime
78{ 78{