From fc930bae69be516cb2ad72e83dad1cf6d8631956 Mon Sep 17 00:00:00 2001 From: Gianluca Recchia Date: Thu, 1 Nov 2018 04:27:38 +0100 Subject: Restore correct formatting Many lines were not conformant with the project's formatting rules. This patch should fix all formatting and whitespace issues in the code base. A clang-format directive was put around the connect() calls containing SIGNALs and SLOTs whose signatures would be denormalized because of the formatting rules. --- tests/TestGlobal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/TestGlobal.h') diff --git a/tests/TestGlobal.h b/tests/TestGlobal.h index 958034293..c85e60faf 100644 --- a/tests/TestGlobal.h +++ b/tests/TestGlobal.h @@ -25,7 +25,7 @@ namespace QTest { - + template <> inline char* toString(const Group::TriState& triState) { QString value; -- cgit v1.2.3