| 366 | } |
| 367 | |
| 368 | void VulkanCapsViewer::slotComboBoxGPUIndexChanged(int index) |
| 369 | { |
| 370 | if (index != selectedDeviceIndex) |
| 371 | { |
| 372 | displayDevice(index); |
| 373 | } |
| 374 | } |
| 375 | |
| 376 | void VulkanCapsViewer::slotSaveReport() |
| 377 | { |
nothing calls this directly
no outgoing calls
no test coverage detected