forked from qt-creator/qt-creator
CMake: Simplify signaling
Change-Id: I50fdaed0d813b5004c1756e9c5a6efd3ce7a3318 Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
This commit is contained in:
@@ -377,9 +377,9 @@ void CMakeProject::handleActiveBuildConfigurationChanged()
|
||||
}
|
||||
}
|
||||
|
||||
void CMakeProject::handleParsingStarted()
|
||||
void CMakeProject::handleParsingStarted(const CMakeBuildConfiguration *bc)
|
||||
{
|
||||
if (activeTarget() && activeTarget()->activeBuildConfiguration() == sender())
|
||||
if (activeTarget() && activeTarget()->activeBuildConfiguration() == bc)
|
||||
emitParsingStarted();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user