Hide splash screen before showing settings screen

Per #2611
This commit is contained in:
tresf
2016-03-04 14:37:12 -05:00
parent 5f48d1c596
commit 1058ea4b3f

View File

@@ -142,8 +142,8 @@ GuiApplication::GuiApplication()
m_automationEditor = new AutomationEditorWindow;
connect(m_automationEditor, SIGNAL(destroyed(QObject*)), this, SLOT(childDestroyed(QObject*)));
m_mainWindow->finalize();
splashScreen.finish(m_mainWindow);
m_mainWindow->finalize();
m_loadingProgressLabel = nullptr;
}