ProjectExplorer: Remove now-unused signal

Change-Id: Iaa0f2ea9c38ffa867a836e6fa0282a453425485a
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
Christian Kandeler
2025-03-11 11:17:36 +01:00
parent 513a68650e
commit d0e454fa17
2 changed files with 0 additions and 2 deletions

View File

@@ -341,7 +341,6 @@ void BuildSystem::setRootProjectNode(std::unique_ptr<ProjectNode> &&root)
void BuildSystem::emitBuildSystemUpdated()
{
emit updated();
emit target()->buildSystemUpdated(this);
}
void BuildSystem::setExtraData(const QString &buildKey, Utils::Id dataKey, const QVariant &data)

View File

@@ -103,7 +103,6 @@ signals:
// FIXME: Check all uses of all the following signals, plus the associated getters.
// Likely most of them should refer to the BC counterpart instead (which might not currently exist).
void parsingFinished(bool);
void buildSystemUpdated(ProjectExplorer::BuildSystem *bs);
void removedRunConfiguration(ProjectExplorer::RunConfiguration *rc);
void addedRunConfiguration(ProjectExplorer::RunConfiguration *rc);