forked from qt-creator/qt-creator
Canceling the wizard for a new cmake build configuration still created.
Made virtual newBuildConfiguration return a bool
This commit is contained in:
@@ -759,9 +759,10 @@ void Qt4Project::addDefaultBuild()
|
||||
}
|
||||
}
|
||||
|
||||
void Qt4Project::newBuildConfiguration(const QString &buildConfiguration)
|
||||
bool Qt4Project::newBuildConfiguration(const QString &buildConfiguration)
|
||||
{
|
||||
Q_UNUSED(buildConfiguration)
|
||||
return true;
|
||||
}
|
||||
|
||||
void Qt4Project::proFileParseError(const QString &errorMessage)
|
||||
|
||||
Reference in New Issue
Block a user