summaryrefslogtreecommitdiffstats
path: root/src/testlib/qtestlog.cpp
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@qt.io>2020-02-13 16:45:02 +0100
committerKai Koehne <kai.koehne@qt.io>2020-02-14 16:03:34 +0100
commit2a10a6f6d42353f9997e223d38cf167d427b1c24 (patch)
tree66615224c1c60b433368b28674c8eefde0b399d9 /src/testlib/qtestlog.cpp
parentbace97aa5ba382191ccc616b33bbb11fe2b72f2b (diff)
Fix namespaced build of QTestLib
This amends 93b8cdc974e584d80dbaabf459610a555af25b81 Fixes: QTBUG-82142 Change-Id: Id77a35a1e1c244b6778159e85b50728f2e4103db Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
Diffstat (limited to 'src/testlib/qtestlog.cpp')
-rw-r--r--src/testlib/qtestlog.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/testlib/qtestlog.cpp b/src/testlib/qtestlog.cpp
index 7bd108ab00..a388780532 100644
--- a/src/testlib/qtestlog.cpp
+++ b/src/testlib/qtestlog.cpp
@@ -597,6 +597,6 @@ qint64 QTestLog::nsecsFunctionTime()
return elapsedFunctionTime.nsecsElapsed();
}
-#include "moc_qtestlog_p.cpp"
-
QT_END_NAMESPACE
+
+#include "moc_qtestlog_p.cpp"