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/corelib/io/qlockfile/tst_qlockfile.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/auto/corelib/io') diff --git a/tests/auto/corelib/io/qlockfile/tst_qlockfile.cpp b/tests/auto/corelib/io/qlockfile/tst_qlockfile.cpp index a0727eb617..24669cd72b 100644 --- a/tests/auto/corelib/io/qlockfile/tst_qlockfile.cpp +++ b/tests/auto/corelib/io/qlockfile/tst_qlockfile.cpp @@ -41,7 +41,7 @@ #include #elif defined(Q_OS_WIN) # include -# include +# include #endif #include // for getLockFileHandle() -- cgit v1.2.3