diff options
author | David Faure <faure@kde.org> | 2017-01-09 09:34:25 +0100 |
---|---|---|
committer | David Faure <faure@kde.org> | 2017-01-09 09:34:25 +0100 |
commit | be2b115e2467a224140125ec15ae5090e573fea5 (patch) | |
tree | ded38a2250542cf5ae9906dbe143f57d38f94900 /autotests/kconfigguitest.h | |
parent | b5c0647475e24fcbef1751e2efd6e4b7644eb5a8 (diff) | |
download | kconfig-be2b115e2467a224140125ec15ae5090e573fea5.tar.gz kconfig-be2b115e2467a224140125ec15ae5090e573fea5.tar.bz2 |
autotest: add expected failure with Qt 5.8.0, with runtime check.
+ simplify using recursive-remove and testmode.
Diffstat (limited to 'autotests/kconfigguitest.h')
-rw-r--r-- | autotests/kconfigguitest.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/autotests/kconfigguitest.h b/autotests/kconfigguitest.h index 2ac7261d..142f85fb 100644 --- a/autotests/kconfigguitest.h +++ b/autotests/kconfigguitest.h @@ -30,6 +30,9 @@ private Q_SLOTS: void testInvalid(); void initTestCase(); void cleanupTestCase(); + +private: + bool m_fontFromStringBug; }; #endif /* KCONFIGTEST_H */ |