N/C - NNE - 20140411
| 977 | |
| 978 | //N/C - NNE - 20140411 |
| 979 | void UBDocumentTreeModel::copyIndexToNewParent(const QModelIndexList &list, const QModelIndex &newParent, eCopyMode pMode) |
| 980 | { |
| 981 | for(int i = 0; i < list.size(); i++){ |
| 982 | if(list.at(i).column() == 0){ |
| 983 | copyIndexToNewParent(list.at(i), newParent, pMode); |
| 984 | } |
| 985 | } |
| 986 | } |
| 987 | //N/C - NNE - 20140411 : END |
| 988 | |
| 989 | QPersistentModelIndex UBDocumentTreeModel::copyIndexToNewParent(const QModelIndex &source, const QModelIndex &newParent, eCopyMode pMode) |
no test coverage detected