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

Method slotFilterFeatures

vulkanCapsViewer.cpp:523–527  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

521}
522
523void VulkanCapsViewer::slotFilterFeatures(QString text)
524{
525 QRegularExpression regExp(text, QRegularExpression::CaseInsensitiveOption);
526 filterProxies.featuresCore10.setFilterRegularExpression(regExp);
527}
528
529void VulkanCapsViewer::slotFilterFeaturesCore11(QString text)
530{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected