diff options
author | Ahmad Samir <a.samirh78@gmail.com> | 2021-02-04 14:43:44 +0200 |
---|---|---|
committer | Ahmad Samir <a.samirh78@gmail.com> | 2021-02-06 22:10:10 +0200 |
commit | 51f0797d763d92445a6532a953b717f83be6028a (patch) | |
tree | e2c40f485e0b87d2a693636253e77b621a16c4dd /autotests/kconfigtest.h | |
parent | bce76d2e73a462de673d18dbf6d94da0c592bf08 (diff) | |
download | kconfig-51f0797d763d92445a6532a953b717f83be6028a.tar.gz kconfig-51f0797d763d92445a6532a953b717f83be6028a.tar.bz2 |
kconfigtest: less implicit cast from ASCII
NO_CHANGELOG
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) |