| 291 | } |
| 292 | |
| 293 | int ProjectBuildSetModel::rowCount( const QModelIndex& parent ) const |
| 294 | { |
| 295 | Q_D(const ProjectBuildSetModel); |
| 296 | |
| 297 | if( parent.isValid() ) |
| 298 | return 0; |
| 299 | return d->items.count(); |
| 300 | } |
| 301 | |
| 302 | int ProjectBuildSetModel::columnCount( const QModelIndex& parent ) const |
| 303 | { |