diff options
Diffstat (limited to 'common/test.cpp')
-rw-r--r-- | common/test.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/test.cpp b/common/test.cpp index 59ad9ec..c7d84cc 100644 --- a/common/test.cpp +++ b/common/test.cpp | |||
@@ -45,6 +45,7 @@ void Sink::Test::initTest() | |||
45 | QDir(QStandardPaths::writableLocation(QStandardPaths::CacheLocation)).removeRecursively(); | 45 | QDir(QStandardPaths::writableLocation(QStandardPaths::CacheLocation)).removeRecursively(); |
46 | // qDebug() << "Removing " << QStandardPaths::writableLocation(QStandardPaths::GenericCacheLocation); | 46 | // qDebug() << "Removing " << QStandardPaths::writableLocation(QStandardPaths::GenericCacheLocation); |
47 | QDir(QStandardPaths::writableLocation(QStandardPaths::GenericCacheLocation)).removeRecursively(); | 47 | QDir(QStandardPaths::writableLocation(QStandardPaths::GenericCacheLocation)).removeRecursively(); |
48 | Log::setPrimaryComponent("test"); | ||
48 | } | 49 | } |
49 | 50 | ||
50 | void Sink::Test::setTestModeEnabled(bool enabled) | 51 | void Sink::Test::setTestModeEnabled(bool enabled) |