| 154 | } |
| 155 | |
| 156 | QModelIndex CodeCompletionModel::parent(const QModelIndex &child) const |
| 157 | { |
| 158 | Q_UNUSED(child); |
| 159 | |
| 160 | return QModelIndex(); |
| 161 | } |
| 162 | |
| 163 | int CodeCompletionModel::rowCount(const QModelIndex &parent) const |
| 164 | { |
no test coverage detected