From 5f41886d76c11fe8befe8d059c75dcb5bc11f78d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mr=C3=A1zek?= Date: Sun, 5 Jul 2015 02:29:41 +0200 Subject: GH-1053 split settings dialog creation to its own namespace --- application/LaunchController.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'application/LaunchController.cpp') diff --git a/application/LaunchController.cpp b/application/LaunchController.cpp index 8680e557..fdda75ef 100644 --- a/application/LaunchController.cpp +++ b/application/LaunchController.cpp @@ -8,6 +8,7 @@ #include "ConsoleWindow.h" #include "BuildConfig.h" #include "JavaCommon.h" +#include "SettingsUI.h" #include #include #include @@ -45,7 +46,7 @@ void LaunchController::login() if (reply == QMessageBox::Yes) { // Open the account manager. - //on_actionManageAccounts_triggered(); + SettingsUI::ShowPageDialog(MMC->globalSettingsPages(), m_parentWidget, "accounts"); } } else if (account.get() == nullptr) -- cgit v1.2.3