| 521 | } |
| 522 | |
| 523 | void VulkanCapsViewer::slotFilterFeatures(QString text) |
| 524 | { |
| 525 | QRegularExpression regExp(text, QRegularExpression::CaseInsensitiveOption); |
| 526 | filterProxies.featuresCore10.setFilterRegularExpression(regExp); |
| 527 | } |
| 528 | |
| 529 | void VulkanCapsViewer::slotFilterFeaturesCore11(QString text) |
| 530 | { |
nothing calls this directly
no outgoing calls
no test coverage detected