aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cmakeprojectmanager/configmodel.h
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2016-05-27 12:01:36 +0200
committerEike Ziller <eike.ziller@qt.io>2016-05-27 12:01:36 +0200
commit0c5bae640b37e7e84500a78a272ed5c7cec50ea0 (patch)
treec2109243a7b38d3c00789eec853d9ae311b9584d /src/plugins/cmakeprojectmanager/configmodel.h
parent1b9b59a45f5f044e8a07c66c09965e550a8e8cee (diff)
parentb67b3160b6e4e6762e45a04c706c2881a1965c97 (diff)
Merge remote-tracking branch 'origin/4.0'
Diffstat (limited to 'src/plugins/cmakeprojectmanager/configmodel.h')
-rw-r--r--src/plugins/cmakeprojectmanager/configmodel.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/plugins/cmakeprojectmanager/configmodel.h b/src/plugins/cmakeprojectmanager/configmodel.h
index ea80eb7a07..5fe63baa0f 100644
--- a/src/plugins/cmakeprojectmanager/configmodel.h
+++ b/src/plugins/cmakeprojectmanager/configmodel.h
@@ -55,6 +55,10 @@ public:
bool setData(const QModelIndex &index, const QVariant &value, int role) override;
QVariant headerData(int section, Qt::Orientation orientation, int role) const override;
+ void appendConfiguration(const QString &key,
+ const QString &value = QString(),
+ const DataItem::Type type = DataItem::UNKNOWN,
+ const QString &description = QString());
void setConfiguration(const QList<DataItem> &config);
void flush();
void resetAllChanges();