forked from qt-creator/qt-creator
CMakePM: Ask for configuration save if the user has changed variables
If the use has forgotten to click "Apply Configuration Changes" button in project settings but it tries to build or run the project, then the "Apply Configuration Changes" dialog box pops as a reminder. Change-Id: I26728ee3c79af72125be3bede759620c2cf3d7a1 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
@@ -116,7 +116,7 @@ private:
|
||||
void setParametersAndRequestParse(const BuildDirParameters ¶meters,
|
||||
const int reparseParameters);
|
||||
|
||||
bool mustApplyExtraArguments() const;
|
||||
bool mustApplyExtraArguments(const BuildDirParameters ¶meters) const;
|
||||
|
||||
// State handling:
|
||||
// Parser states:
|
||||
|
||||
Reference in New Issue
Block a user