| 1086 | } |
| 1087 | |
| 1088 | bool ProjectModel::setData(const QModelIndex&, const QVariant&, int) |
| 1089 | { |
| 1090 | // Not supported |
| 1091 | return false; |
| 1092 | } |
| 1093 | |
| 1094 | QList<ProjectBaseItem*> ProjectModel::itemsForPath(const IndexedString& path) const |
| 1095 | { |
no outgoing calls
no test coverage detected