MCPcopy Create free account
hub / github.com/SaschaWillems/VulkanCapsViewer / slotFilterFeaturesExtensions

Method slotFilterFeaturesExtensions

vulkanCapsViewer.cpp:553–557  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

551}
552
553void VulkanCapsViewer::slotFilterFeaturesExtensions(QString text)
554{
555 QRegularExpression regExp(text, QRegularExpression::CaseInsensitiveOption);
556 filterProxies.featuresExtensions.setFilterRegularExpression(regExp);
557}
558
559void VulkanCapsViewer::slotFilterExtensions(QString text)
560{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected