diff options
author | Bernhard Beschow <shentey@gmail.com> | 2018-12-11 17:33:18 +0100 |
---|---|---|
committer | Bernhard Beschow <shentey@gmail.com> | 2019-01-06 21:50:08 +0000 |
commit | 9ee785a4efc0ddbf1edf705de690955a97e0a34b (patch) | |
tree | 319addea5e7e5ca4fd7bf68ab3060617fa9772cd /src/plugins/cpptools/cppmodelmanager.h | |
parent | 5916be8756e03fbd1c7d1553500028a100bcf572 (diff) | |
download | qt-creator-9ee785a4efc0ddbf1edf705de690955a97e0a34b.tar.gz |
CppModelManager: Remove method overload used only in tests
Use (and therefore test) the method actually used in production code.
Change-Id: I4317517ef8a1779df4d46af3905790012ee98645
Reviewed-by: Nikolai Kosjar <nikolai.kosjar@qt.io>
Diffstat (limited to 'src/plugins/cpptools/cppmodelmanager.h')
-rw-r--r-- | src/plugins/cpptools/cppmodelmanager.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/cpptools/cppmodelmanager.h b/src/plugins/cpptools/cppmodelmanager.h index 9fcd7169e7..e273a128c6 100644 --- a/src/plugins/cpptools/cppmodelmanager.h +++ b/src/plugins/cpptools/cppmodelmanager.h @@ -116,7 +116,6 @@ public: QList<ProjectInfo> projectInfos() const; ProjectInfo projectInfo(ProjectExplorer::Project *project) const; - QFuture<void> updateProjectInfo(const ProjectInfo &newProjectInfo); QFuture<void> updateProjectInfo(QFutureInterface<void> &futureInterface, const ProjectInfo &newProjectInfo); |