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 0814af9..e85856a 100644
--- a/common/log.h
+++ b/common/log.h
@@ -80,7 +80,7 @@ struct SINK_EXPORT TraceTime
80 const int time; 80 const int time;
81}; 81};
82 82
83inline QDebug SINK_EXPORT operator<<(QDebug d, const TraceTime &time) 83SINK_EXPORT inline QDebug operator<<(QDebug d, const TraceTime &time)
84{ 84{
85 d << time.time << "[ms]"; 85 d << time.time << "[ms]";
86 return d; 86 return d;