diff options
Diffstat (limited to 'common/log.h')
-rw-r--r-- | common/log.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/common/log.h b/common/log.h index 0e92ea9..36b8efe 100644 --- a/common/log.h +++ b/common/log.h | |||
@@ -14,6 +14,8 @@ enum DebugLevel | |||
14 | Error | 14 | Error |
15 | }; | 15 | }; |
16 | 16 | ||
17 | void SINK_EXPORT setPrimaryComponent(const QString &component); | ||
18 | |||
17 | QByteArray SINK_EXPORT debugLevelName(DebugLevel debugLevel); | 19 | QByteArray SINK_EXPORT debugLevelName(DebugLevel debugLevel); |
18 | DebugLevel SINK_EXPORT debugLevelFromName(const QByteArray &name); | 20 | DebugLevel SINK_EXPORT debugLevelFromName(const QByteArray &name); |
19 | 21 | ||