summaryrefslogtreecommitdiff
path: root/tests/unit
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2019-08-29 09:59:45 +0200
committerEike Ziller <eike.ziller@qt.io>2019-09-12 06:37:41 +0000
commited9177f74cf5da5eda3d2bc670ef883b66ee9a9b (patch)
tree439123496d84c84e0977fb03034ccfea4299ff17 /tests/unit
parent295fb99cc64243458832a3352b01707488324a6e (diff)
downloadqt-creator-ed9177f74cf5da5eda3d2bc670ef883b66ee9a9b.tar.gz
CppTools: Move ProjectUpdateInfo to ProjectExplorer
Used for updating project parts, so move it near RawProjectPart. Change-Id: I77aeffbdbfb3d2ec0de600f61dcf7fbb7a355a98 Reviewed-by: Nikolai Kosjar <nikolai.kosjar@qt.io>
Diffstat (limited to 'tests/unit')
-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 058d46af1a..ceb3c8b8aa 100644
--- a/tests/unit/unittest/cppprojectinfogenerator-test.cpp
+++ b/tests/unit/unittest/cppprojectinfogenerator-test.cpp
@@ -35,10 +35,10 @@
using CppTools::Internal::ProjectInfoGenerator;
using CppTools::ProjectFile;
using CppTools::ProjectInfo;
-using CppTools::ProjectUpdateInfo;
using CppTools::ProjectPart;
using ProjectExplorer::Macros;
+using ProjectExplorer::ProjectUpdateInfo;
using ProjectExplorer::RawProjectPart;
using ProjectExplorer::ToolChain;