From 9a968b74173625773fb00add5602a6385dafbf04 Mon Sep 17 00:00:00 2001 From: hjk Date: Thu, 11 Sep 2014 13:15:44 +0200 Subject: CppTools: Move DependencyTable to Snapshot It logically depends on the Snapshot and has a related lifetime. Keeping it in the Snapshot avoids some code compelxity. Change-Id: I24ee4483b44d9b0d7f2e4d494ae7ea624b949f9c Reviewed-by: Nikolai Kosjar --- src/plugins/cpptools/cppmodelmanagerinterface.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/plugins/cpptools/cppmodelmanagerinterface.h') diff --git a/src/plugins/cpptools/cppmodelmanagerinterface.h b/src/plugins/cpptools/cppmodelmanagerinterface.h index e68caee78f..4217dd3f0c 100644 --- a/src/plugins/cpptools/cppmodelmanagerinterface.h +++ b/src/plugins/cpptools/cppmodelmanagerinterface.h @@ -139,8 +139,6 @@ signals: /// Other classes can use this to get notified when the \c ProjectExplorer has updated the parts. void projectPartsUpdated(ProjectExplorer::Project *project); - void globalSnapshotChanged(); - public slots: // Documented in source file. virtual QFuture updateSourceFiles(const QSet &sourceFiles, -- cgit v1.2.1