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:
Tobias Hunger
2017-09-14 13:16:10 +02:00
parent 3d8ddb389d
commit dfec256dff
4 changed files with 55 additions and 0 deletions

View File

@@ -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: