| 84 | } |
| 85 | |
| 86 | void PlaceholderItemProxyModel::setSourceModel(QAbstractItemModel* sourceModel) |
| 87 | { |
| 88 | QIdentityProxyModel::setSourceModel(sourceModel); |
| 89 | // TODO: Listen to layoutDataChanged signals? |
| 90 | } |
| 91 | |
| 92 | int PlaceholderItemProxyModel::rowCount(const QModelIndex& parent) const |
| 93 | { |
no outgoing calls