aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Stenger <christian.stenger@qt.io>2022-11-30 11:16:38 +0100
committerChristian Stenger <christian.stenger@qt.io>2022-11-30 10:52:40 +0000
commit97319457884be9291eeaa259c2f249d2ad30fa50 (patch)
tree873638a501ce527ced5acb8c991449ab4a1b6eb5
parent65f27c765a49288d144d177e1a43d7aaed4d347e (diff)
PE: Fix compile without tests
Change-Id: Id1e4daa7eec3860d833cd0b97148d5dea74e44ef Reviewed-by: hjk <hjk@qt.io>
-rw-r--r--src/plugins/projectexplorer/jsonwizard/jsonwizard.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/plugins/projectexplorer/jsonwizard/jsonwizard.cpp b/src/plugins/projectexplorer/jsonwizard/jsonwizard.cpp
index 21c0d37290..16fc894930 100644
--- a/src/plugins/projectexplorer/jsonwizard/jsonwizard.cpp
+++ b/src/plugins/projectexplorer/jsonwizard/jsonwizard.cpp
@@ -35,8 +35,9 @@
#include "jsonwizard_test.cpp"
#endif
-namespace ProjectExplorer {
+using namespace Utils;
+namespace ProjectExplorer {
namespace Internal {
class ProjectFileTreeItem : public TreeItem