| 120 | } |
| 121 | |
| 122 | CSMWorld::IdTree* CSMWorld::NestedTableProxyModel::model() const |
| 123 | { |
| 124 | return mMainModel; |
| 125 | } |
| 126 | |
| 127 | void CSMWorld::NestedTableProxyModel::forwardRowsAboutToInserted(const QModelIndex& parent, int first, int last) |
| 128 | { |
no outgoing calls
no test coverage detected