summaryrefslogtreecommitdiffstats
path: root/common/log.h
diff options
context:
space:
mode:
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{