forked from qt-creator/qt-creator
CMake: Allow CMake configuration to be forced to string type
This allows editing values with misidentified types in Project Mode. Change-Id: Ic74da2ca71cc9046cbbeb1202075976c9edd28b7 Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
This commit is contained in:
@@ -75,6 +75,9 @@ public:
|
||||
bool hasChanges() const;
|
||||
bool hasCMakeChanges() const;
|
||||
|
||||
bool canForceToString(const QModelIndex &idx) const;
|
||||
void forceToString(const QModelIndex &idx);
|
||||
|
||||
QList<DataItem> configurationChanges() const;
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user