diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-07-07 16:06:01 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-07-07 17:42:25 +0200 |
commit | 9bcb822963fc96c94dbe7dcc4134dcd2dac454ff (patch) | |
tree | 39a946ff8ae7119edb27342e96b65a9785282706 /common/test.cpp | |
parent | 9bf9c5c6b08fd086f40a39f033293ff02d9e7fd5 (diff) | |
download | sink-9bcb822963fc96c94dbe7dcc4134dcd2dac454ff.tar.gz sink-9bcb822963fc96c94dbe7dcc4134dcd2dac454ff.zip |
Prepared sinksh trace
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) |