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

Method destroySubWindows

pcsx2-qt/MainWindow.cpp:797–818  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

795}
796
797void MainWindow::destroySubWindows()
798{
799 DebuggerWindow::destroyInstance();
800
801 if (m_controller_settings_window)
802 {
803 m_controller_settings_window->close();
804 m_controller_settings_window->deleteLater();
805 m_controller_settings_window = nullptr;
806 }
807
808 if (m_settings_window)
809 {
810 m_settings_window->close();
811 m_settings_window->deleteLater();
812 m_settings_window = nullptr;
813 }
814
815 SettingsWindow::closeGamePropertiesDialogs();
816
817 LogWindow::destroy();
818}
819
820void MainWindow::onScreenshotActionTriggered()
821{

Callers

nothing calls this directly

Calls 1

closeMethod · 0.45

Tested by

no test coverage detected