summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/io
diff options
context:
space:
mode:
authorDavid Skoland <david.skoland@qt.io>2021-01-04 14:08:41 +0100
committerDavid Skoland <david.skoland@qt.io>2021-01-05 12:43:09 +0100
commit34f08414512ae0a486f526066126566d8bd4cb9f (patch)
tree5d48f9ee48818ec9a35c59619dbd267a626fbfd5 /tests/auto/corelib/io
parent6974737695eae5a41bc8a3f344a4f1f199006f21 (diff)
Fix minor errors in tests
Fix indentation in tst_qlockfile and remove QtTest include in tst_qcheckbox. Change-Id: Idf630c6337859dbcc8f644010b941bfe55bb0633 Reviewed-by: David Faure <david.faure@kdab.com> Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
Diffstat (limited to 'tests/auto/corelib/io')
-rw-r--r--tests/auto/corelib/io/qlockfile/tst_qlockfile.cpp2
1 files changed, 1 insertions, 1 deletions
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 <sys/time.h>
#elif defined(Q_OS_WIN)
# include <qt_windows.h>
-# include <QOperatingSystemVersion>
+# include <QOperatingSystemVersion>
#endif
#include <private/qlockfile_p.h> // for getLockFileHandle()