MCPcopy Create free account
hub / github.com/LunarG/VulkanTools / commitDataRequest

Method commitDataRequest

vkconfig_gui/mainwindow.cpp:88–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86MainWindow::~MainWindow() {}
87
88void MainWindow::commitDataRequest(QSessionManager &manager) {
89 (void)manager;
90
91 Configurator &configurator = Configurator::Get();
92 configurator.Surrender(OVERRIDE_AREA_ALL);
93
94 Configurator::Release();
95}
96
97void MainWindow::UpdateUI(UpdateUIMode mode) {
98 if (this->tabs[this->ui->tab_widget->currentIndex()] != nullptr) {

Callers

nothing calls this directly

Calls 2

GetFunction · 0.85
SurrenderMethod · 0.80

Tested by

no test coverage detected