aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/autotest/testresult.h
diff options
context:
space:
mode:
authorChristian Stenger <christian.stenger@qt.io>2019-08-19 10:55:32 +0200
committerChristian Stenger <christian.stenger@qt.io>2019-09-02 09:04:16 +0000
commit03b80025a94542e9f6dc09ace431f82cfabfabd6 (patch)
tree5b7ea7c1fc1471da4b6d3cb776390a2e2a09abc2 /src/plugins/autotest/testresult.h
parentdf93c6c5a7bf476b0cf35ef5b8444c9fd5288d08 (diff)
AutoTest: Shuffle namespaces for clearer separation
Change-Id: I6ac440c6d72c3d0dbcd75907f8a6ae756f3cf5ee Reviewed-by: hjk <hjk@qt.io>
Diffstat (limited to 'src/plugins/autotest/testresult.h')
-rw-r--r--src/plugins/autotest/testresult.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/plugins/autotest/testresult.h b/src/plugins/autotest/testresult.h
index 84fc2c144ae..0c7be084c37 100644
--- a/src/plugins/autotest/testresult.h
+++ b/src/plugins/autotest/testresult.h
@@ -33,7 +33,6 @@
#include <QSharedPointer>
namespace Autotest {
-namespace Internal {
class TestTreeItem;
@@ -119,8 +118,7 @@ private:
using TestResultPtr = QSharedPointer<TestResult>;
-} // namespace Internal
} // namespace Autotest
-Q_DECLARE_METATYPE(Autotest::Internal::TestResult)
-Q_DECLARE_METATYPE(Autotest::Internal::ResultType)
+Q_DECLARE_METATYPE(Autotest::TestResult)
+Q_DECLARE_METATYPE(Autotest::ResultType)