aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/autotest/itestframework.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/itestframework.h
parentdf93c6c5a7bf476b0cf35ef5b8444c9fd5288d08 (diff)
AutoTest: Shuffle namespaces for clearer separation
Change-Id: I6ac440c6d72c3d0dbcd75907f8a6ae756f3cf5ee Reviewed-by: hjk <hjk@qt.io>
Diffstat (limited to 'src/plugins/autotest/itestframework.h')
-rw-r--r--src/plugins/autotest/itestframework.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/plugins/autotest/itestframework.h b/src/plugins/autotest/itestframework.h
index b90a0823d6..9753ccc12a 100644
--- a/src/plugins/autotest/itestframework.h
+++ b/src/plugins/autotest/itestframework.h
@@ -29,7 +29,6 @@
#include "itestparser.h"
namespace Autotest {
-namespace Internal {
class IFrameworkSettings;
class ITestSettingsPage;
@@ -84,5 +83,4 @@ private:
bool m_grouping = false;
};
-} // namespace Internal
} // namespace Autotest