summaryrefslogtreecommitdiffstats
path: root/common/test.cpp
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2016-07-07 16:06:01 +0200
committerChristian Mollekopf <chrigi_1@fastmail.fm>2016-07-07 17:42:25 +0200
commit9bcb822963fc96c94dbe7dcc4134dcd2dac454ff (patch)
tree39a946ff8ae7119edb27342e96b65a9785282706 /common/test.cpp
parent9bf9c5c6b08fd086f40a39f033293ff02d9e7fd5 (diff)
downloadsink-9bcb822963fc96c94dbe7dcc4134dcd2dac454ff.tar.gz
sink-9bcb822963fc96c94dbe7dcc4134dcd2dac454ff.zip
Prepared sinksh trace
Diffstat (limited to 'common/test.cpp')
-rw-r--r--common/test.cpp1
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
50void Sink::Test::setTestModeEnabled(bool enabled) 51void Sink::Test::setTestModeEnabled(bool enabled)