MCPcopy Create free account
hub / github.com/FreesmTeam/FreesmLauncher / ShowGlobalSettings

Method ShowGlobalSettings

launcher/Application.cpp:1541–1553  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1539}
1540
1541void Application::ShowGlobalSettings(class QWidget* parent, QString open_page)
1542{
1543 if (!m_globalSettingsProvider) {
1544 return;
1545 }
1546 emit globalSettingsAboutToOpen();
1547 {
1548 SettingsObject::Lock lock(APPLICATION->settings());
1549 PageDialog dlg(m_globalSettingsProvider.get(), open_page, parent);
1550 dlg.exec();
1551 }
1552 emit globalSettingsClosed();
1553}
1554
1555MainWindow* Application::showMainWindow(bool minimized)
1556{

Calls 3

settingsMethod · 0.45
getMethod · 0.45
execMethod · 0.45

Tested by

no test coverage detected