MCPcopy Create free account
hub / github.com/PCSX2/pcsx2 / closeGamePropertiesDialogs

Method closeGamePropertiesDialogs

pcsx2-qt/Settings/SettingsWindow.cpp:692–699  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

690}
691
692void SettingsWindow::closeGamePropertiesDialogs()
693{
694 for (SettingsWindow* dialog : s_open_game_properties_dialogs)
695 {
696 dialog->close();
697 dialog->deleteLater();
698 }
699}
700
701#include "moc_SettingsWindow.cpp"

Callers

nothing calls this directly

Calls 1

closeMethod · 0.45

Tested by

no test coverage detected