diff options
Diffstat (limited to 'autotests/kconfigtest.h')
-rw-r--r-- | autotests/kconfigtest.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/autotests/kconfigtest.h b/autotests/kconfigtest.h index 7617d0e7..1a248c74 100644 --- a/autotests/kconfigtest.h +++ b/autotests/kconfigtest.h @@ -77,6 +77,10 @@ private Q_SLOTS: // should be last void testSyncOnExit(); + +private: + QString m_testConfigDir; + QString m_kdeGlobalsPath; }; Q_DECLARE_OPERATORS_FOR_FLAGS(KConfigTest::Flags) |