From 34f08414512ae0a486f526066126566d8bd4cb9f Mon Sep 17 00:00:00 2001 From: David Skoland Date: Mon, 4 Jan 2021 14:08:41 +0100 Subject: Fix minor errors in tests Fix indentation in tst_qlockfile and remove QtTest include in tst_qcheckbox. Change-Id: Idf630c6337859dbcc8f644010b941bfe55bb0633 Reviewed-by: David Faure Reviewed-by: Volker Hilsheimer --- tests/auto/widgets/widgets/qcheckbox/tst_qcheckbox.cpp | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to 'tests/auto/widgets/widgets') diff --git a/tests/auto/widgets/widgets/qcheckbox/tst_qcheckbox.cpp b/tests/auto/widgets/widgets/qcheckbox/tst_qcheckbox.cpp index 710b345658..33fb6b482a 100644 --- a/tests/auto/widgets/widgets/qcheckbox/tst_qcheckbox.cpp +++ b/tests/auto/widgets/widgets/qcheckbox/tst_qcheckbox.cpp @@ -27,15 +27,12 @@ ****************************************************************************/ -#include - #include #include - -#include -#include -#include -#include +#include +#include +#include +#include class tst_QCheckBox : public QObject { -- cgit v1.2.3