summaryrefslogtreecommitdiffstats
path: root/tests/auto/testlib/selftests/assert
diff options
context:
space:
mode:
authorKurt Korbatits <kurt.korbatits@nokia.com>2012-01-10 10:28:42 +1000
committerQt by Nokia <qt-info@nokia.com>2012-01-10 05:12:18 +0100
commit679c4c002d97c5dcd34af701b3379c2bb03d02a2 (patch)
treee85825b50f4d7bb13f39de58e3590768336f3367 /tests/auto/testlib/selftests/assert
parent226a7c77cb35f33fc3b2d49bd9b75c86e429b580 (diff)
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 <QtCore> - Decreasing build time. Change-Id: Ic53a70423ecafeb342cc05ae6d7dee795533d205 Reviewed-by: Kurt Korbatits <kurt.korbatits@nokia.com> Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com> Reviewed-by: Jason McDonald <jason.mcdonald@nokia.com>
Diffstat (limited to 'tests/auto/testlib/selftests/assert')
-rw-r--r--tests/auto/testlib/selftests/assert/tst_assert.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/testlib/selftests/assert/tst_assert.cpp b/tests/auto/testlib/selftests/assert/tst_assert.cpp
index fd6b84c722..c2ec453317 100644
--- a/tests/auto/testlib/selftests/assert/tst_assert.cpp
+++ b/tests/auto/testlib/selftests/assert/tst_assert.cpp
@@ -44,7 +44,7 @@
# undef QT_NO_DEBUG
#endif
-#include <QtCore>
+#include <QtCore/QCoreApplication>
#include <QtTest/QtTest>
class tst_Assert: public QObject