| 1121 | } |
| 1122 | |
| 1123 | void UBFeaturesController::siftElements(const QString &pSiftValue) |
| 1124 | { |
| 1125 | featuresProxyModel->setFilterRegularExpression(QRegularExpression::anchoredPattern(pSiftValue)); |
| 1126 | featuresProxyModel->invalidate(); |
| 1127 | |
| 1128 | featuresPathModel->setPath(pSiftValue); |
| 1129 | featuresPathModel->invalidate(); |
| 1130 | } |
| 1131 | |
| 1132 | UBFeature UBFeaturesController::getFeature(const QModelIndex &index, const QString &listName) |
| 1133 | { |
no test coverage detected