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

Method slotFilterExtensions

vulkanCapsViewer.cpp:559–563  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

557}
558
559void VulkanCapsViewer::slotFilterExtensions(QString text)
560{
561 QRegularExpression regExp(text, QRegularExpression::CaseInsensitiveOption);
562 filterProxies.extensions.setFilterRegularExpression(regExp);
563}
564
565void VulkanCapsViewer::slotFilterFormats(QString text)
566{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected