Q_OBJECT
private Q_SLOTS:
+ void initTestCase();
void init();
void cleanup();
TestDir* m_testDir;
};
+void ViewPropertiesTest::initTestCase()
+{
+ QStandardPaths::setTestModeEnabled(true);
+}
+
void ViewPropertiesTest::init()
{
m_globalViewProps = GeneralSettings::self()->globalViewProps();