forked from qt-creator/qt-creator
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 <nikolai.kosjar@digia.com>
This commit is contained in:
@@ -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<void> updateSourceFiles(const QSet<QString> &sourceFiles,
|
||||
|
||||
Reference in New Issue
Block a user