summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2019-08-28 18:22:45 +0200
committerEike Ziller <eike.ziller@qt.io>2019-09-11 06:22:12 +0000
commit9cc45fe1fb6a953c9cbe1fe96683de5dd305d457 (patch)
tree9fbfe86b84d2038a6c03c258f2af5239d772687b /tests
parentf52c4f450dcce22dc68b9e8d9adede94cad12e59 (diff)
downloadqt-creator-9cc45fe1fb6a953c9cbe1fe96683de5dd305d457.tar.gz
CppTools: Move RawProjectPart to ProjectExplorer
Doesn't have any dependencies into CppTools anymore, therefore moving it reduces the dependencies of the project managers to CppTools as well. Change-Id: Ibe728abe59eb88a8877943dca1f48a85163e27ac Reviewed-by: hjk <hjk@qt.io>
Diffstat (limited to 'tests')
-rw-r--r--tests/unit/unittest/cppprojectinfogenerator-test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/unittest/cppprojectinfogenerator-test.cpp b/tests/unit/unittest/cppprojectinfogenerator-test.cpp
index 7db9f0e439..058d46af1a 100644
--- a/tests/unit/unittest/cppprojectinfogenerator-test.cpp
+++ b/tests/unit/unittest/cppprojectinfogenerator-test.cpp
@@ -37,9 +37,9 @@ using CppTools::ProjectFile;
using CppTools::ProjectInfo;
using CppTools::ProjectUpdateInfo;
using CppTools::ProjectPart;
-using CppTools::RawProjectPart;
using ProjectExplorer::Macros;
+using ProjectExplorer::RawProjectPart;
using ProjectExplorer::ToolChain;
using testing::Eq;