forked from qt-creator/qt-creator
CMake: Enable type forcing for CMake configuation values
Allow to force the type for CMake configuration values, now that this type changes how you can edit the values. Change-Id: Id89e0ec8547b778fc0aff9a2e00c0d7406cbcac1 Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -73,8 +73,8 @@ public:
|
||||
bool hasChanges() const;
|
||||
bool hasCMakeChanges() const;
|
||||
|
||||
bool canForceToString(const QModelIndex &idx) const;
|
||||
void forceToString(const QModelIndex &idx);
|
||||
bool canForceTo(const QModelIndex &idx, const DataItem::Type type) const;
|
||||
void forceTo(const QModelIndex &idx, const DataItem::Type type);
|
||||
|
||||
static DataItem dataItemFromIndex(const QModelIndex &idx);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user