From 9ee785a4efc0ddbf1edf705de690955a97e0a34b Mon Sep 17 00:00:00 2001 From: Bernhard Beschow Date: Tue, 11 Dec 2018 17:33:18 +0100 Subject: 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 --- src/plugins/cpptools/cppmodelmanager.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/plugins/cpptools/cppmodelmanager.h') 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 projectInfos() const; ProjectInfo projectInfo(ProjectExplorer::Project *project) const; - QFuture updateProjectInfo(const ProjectInfo &newProjectInfo); QFuture updateProjectInfo(QFutureInterface &futureInterface, const ProjectInfo &newProjectInfo); -- cgit v1.2.1