aboutsummaryrefslogtreecommitdiff
path: root/autotests/kconfigguitest.h
diff options
context:
space:
mode:
authorDavid Faure <faure@kde.org>2017-01-09 09:34:25 +0100
committerDavid Faure <faure@kde.org>2017-01-09 09:34:25 +0100
commitbe2b115e2467a224140125ec15ae5090e573fea5 (patch)
treeded38a2250542cf5ae9906dbe143f57d38f94900 /autotests/kconfigguitest.h
parentb5c0647475e24fcbef1751e2efd6e4b7644eb5a8 (diff)
downloadkconfig-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.h3
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 */