4 columns: name, type, value, comment name:type=value - comment
| 14 | //4 columns: name, type, value, comment |
| 15 | //name:type=value - comment |
| 16 | CMakeCacheModel::CMakeCacheModel(QObject *parent, const KDevelop::Path &path) |
| 17 | : QStandardItemModel(parent), m_filePath(path) |
| 18 | { |
| 19 | read(); |
| 20 | } |
| 21 | |
| 22 | void CMakeCacheModel::reset() |
| 23 | { |