refs #485, support splash screen

This commit is contained in:
Klaus Basan
2016-03-07 01:32:11 +01:00
committed by Mathew Sutcliffe
parent 90a8368002
commit 45496ce08e
10 changed files with 92 additions and 26 deletions

View File

@@ -121,6 +121,7 @@ void SwiftGuiStd::init()
// whether init has been completed
this->setVisible(true);
sGui->startUpCompleted(true);
this->m_init = true;
}