From 9f33ad904aa0f43c9599e61afaf8984b3f8a3b1c Mon Sep 17 00:00:00 2001 From: Lars Knoll Date: Wed, 8 Jul 2020 13:27:05 +0200 Subject: Move all the QProperty related code into one compilation unit And mark some methods as inline. Performance is critical for our new property system. Compiling it in one unit makes it possible for the compiler to do a much better job at inlining and generating optimized code. Improves performance of binding evaluations by another 20%. Change-Id: I5a2aa93c74d2b68418b0a9d2e34d8199bb71e3ad Reviewed-by: Ulf Hermann --- tests/auto/corelib/kernel/qproperty/tst_qproperty.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'tests/auto/corelib/kernel/qproperty') diff --git a/tests/auto/corelib/kernel/qproperty/tst_qproperty.cpp b/tests/auto/corelib/kernel/qproperty/tst_qproperty.cpp index bac25e02b0..5f17bcb2b7 100644 --- a/tests/auto/corelib/kernel/qproperty/tst_qproperty.cpp +++ b/tests/auto/corelib/kernel/qproperty/tst_qproperty.cpp @@ -30,7 +30,6 @@ #include #include #include -#include using namespace QtPrivate; -- cgit v1.2.3