| 16 | } |
| 17 | |
| 18 | KDevelop::ProjectModel * ProjectProxyModel::projectModel() const |
| 19 | { |
| 20 | return qobject_cast<KDevelop::ProjectModel*>( sourceModel() ); |
| 21 | } |
| 22 | |
| 23 | bool ProjectProxyModel::lessThan(const QModelIndex & left, const QModelIndex & right) const |
| 24 | { |
no outgoing calls