forked from qt-creator/qt-creator
ProjectExplorer: Remove now-unused signal
Change-Id: Iaa0f2ea9c38ffa867a836e6fa0282a453425485a Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -341,7 +341,6 @@ void BuildSystem::setRootProjectNode(std::unique_ptr<ProjectNode> &&root)
|
|||||||
void BuildSystem::emitBuildSystemUpdated()
|
void BuildSystem::emitBuildSystemUpdated()
|
||||||
{
|
{
|
||||||
emit updated();
|
emit updated();
|
||||||
emit target()->buildSystemUpdated(this);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void BuildSystem::setExtraData(const QString &buildKey, Utils::Id dataKey, const QVariant &data)
|
void BuildSystem::setExtraData(const QString &buildKey, Utils::Id dataKey, const QVariant &data)
|
||||||
|
@@ -103,7 +103,6 @@ signals:
|
|||||||
// FIXME: Check all uses of all the following signals, plus the associated getters.
|
// 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).
|
// Likely most of them should refer to the BC counterpart instead (which might not currently exist).
|
||||||
void parsingFinished(bool);
|
void parsingFinished(bool);
|
||||||
void buildSystemUpdated(ProjectExplorer::BuildSystem *bs);
|
|
||||||
|
|
||||||
void removedRunConfiguration(ProjectExplorer::RunConfiguration *rc);
|
void removedRunConfiguration(ProjectExplorer::RunConfiguration *rc);
|
||||||
void addedRunConfiguration(ProjectExplorer::RunConfiguration *rc);
|
void addedRunConfiguration(ProjectExplorer::RunConfiguration *rc);
|
||||||
|
Reference in New Issue
Block a user