| 557 | } |
| 558 | |
| 559 | void VulkanCapsViewer::slotFilterExtensions(QString text) |
| 560 | { |
| 561 | QRegularExpression regExp(text, QRegularExpression::CaseInsensitiveOption); |
| 562 | filterProxies.extensions.setFilterRegularExpression(regExp); |
| 563 | } |
| 564 | |
| 565 | void VulkanCapsViewer::slotFilterFormats(QString text) |
| 566 | { |
nothing calls this directly
no outgoing calls
no test coverage detected