|
|
|
@ -2096,7 +2096,6 @@ void MainWindow::connectSignals()
|
|
|
|
|
connect(m_ui.actionViewSystemDisplay, &QAction::triggered, this, &MainWindow::onViewSystemDisplayTriggered);
|
|
|
|
|
connect(m_ui.actionViewGameProperties, &QAction::triggered, this, &MainWindow::onViewGamePropertiesActionTriggered);
|
|
|
|
|
connect(m_ui.actionGitHubRepository, &QAction::triggered, this, &MainWindow::onGitHubRepositoryActionTriggered);
|
|
|
|
|
connect(m_ui.actionIssueTracker, &QAction::triggered, this, &MainWindow::onIssueTrackerActionTriggered);
|
|
|
|
|
connect(m_ui.actionDiscordServer, &QAction::triggered, this, &MainWindow::onDiscordServerActionTriggered);
|
|
|
|
|
connect(m_ui.actionViewThirdPartyNotices, &QAction::triggered, this,
|
|
|
|
|
[this]() { AboutDialog::showThirdPartyNotices(this); });
|
|
|
|
|