forked from qt-creator/qt-creator
CMakePM: Refactor "Initial Parameters" as a tab bar item
Now we have "Initial Configuration" and "Current Configuration" as tab bar buttons. This way the UI can be shared between the two configuration states. Task-number: QTCREATORBUG-26869 Change-Id: I8206032a2a5ac076629865057816edb99706f2ff Reviewed-by: <github-actions-qt-creator@cristianadam.eu> Reviewed-by: Eike Ziller <eike.ziller@qt.io> Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
This commit is contained in:
@@ -108,6 +108,9 @@ public:
|
||||
|
||||
CMakeProject *project() const;
|
||||
|
||||
signals:
|
||||
void configurationCleared();
|
||||
|
||||
private:
|
||||
// Actually ask for parsing:
|
||||
enum ReparseParameters {
|
||||
@@ -123,7 +126,7 @@ private:
|
||||
void setParametersAndRequestParse(const BuildDirParameters ¶meters,
|
||||
const int reparseParameters);
|
||||
|
||||
bool mustApplyExtraArguments(const BuildDirParameters ¶meters) const;
|
||||
bool mustApplyConfigurationChangesArguments(const BuildDirParameters ¶meters) const;
|
||||
|
||||
// State handling:
|
||||
// Parser states:
|
||||
|
||||
Reference in New Issue
Block a user