| 551 | } |
| 552 | |
| 553 | void VulkanCapsViewer::slotFilterFeaturesExtensions(QString text) |
| 554 | { |
| 555 | QRegularExpression regExp(text, QRegularExpression::CaseInsensitiveOption); |
| 556 | filterProxies.featuresExtensions.setFilterRegularExpression(regExp); |
| 557 | } |
| 558 | |
| 559 | void VulkanCapsViewer::slotFilterExtensions(QString text) |
| 560 | { |
nothing calls this directly
no outgoing calls
no test coverage detected