From 679c4c002d97c5dcd34af701b3379c2bb03d02a2 Mon Sep 17 00:00:00 2001 From: Kurt Korbatits Date: Tue, 10 Jan 2012 10:28:42 +1000 Subject: Changed selftests unittest to use specific headers instead of QtCore. Changed selftests unittest to use specific classes of QtCore instead of pulling in all of QtCore headers by using include - Decreasing build time. Change-Id: Ic53a70423ecafeb342cc05ae6d7dee795533d205 Reviewed-by: Kurt Korbatits Reviewed-by: Rohan McGovern Reviewed-by: Jason McDonald --- tests/auto/testlib/selftests/subtest/tst_subtest.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/auto/testlib/selftests/subtest/tst_subtest.cpp') diff --git a/tests/auto/testlib/selftests/subtest/tst_subtest.cpp b/tests/auto/testlib/selftests/subtest/tst_subtest.cpp index cf0b499e96..385d43ab8d 100644 --- a/tests/auto/testlib/selftests/subtest/tst_subtest.cpp +++ b/tests/auto/testlib/selftests/subtest/tst_subtest.cpp @@ -40,9 +40,9 @@ ****************************************************************************/ -#include +#include +#include #include -#include class tst_Subtest: public QObject { -- cgit v1.2.3