From be2b115e2467a224140125ec15ae5090e573fea5 Mon Sep 17 00:00:00 2001 From: David Faure Date: Mon, 9 Jan 2017 09:34:25 +0100 Subject: autotest: add expected failure with Qt 5.8.0, with runtime check. + simplify using recursive-remove and testmode. --- autotests/kconfigguitest.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'autotests/kconfigguitest.h') 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 */ -- cgit v1.2.1