| 26 | } |
| 27 | |
| 28 | int EnvironmentProfileModel::rowCount(const QModelIndex& parent) const |
| 29 | { |
| 30 | if (parent.isValid()) { |
| 31 | return 0; |
| 32 | } |
| 33 | |
| 34 | return m_varsByIndex.count(); |
| 35 | } |
| 36 | |
| 37 | int EnvironmentProfileModel::columnCount(const QModelIndex& parent) const |
| 38 | { |