mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-07 02:35:33 +08:00
refactor: Emit CApplication::startUpComplete on starting event loop
This commit is contained in:
@@ -37,7 +37,6 @@ int main(int argc, char *argv[])
|
||||
int r = 0;
|
||||
{
|
||||
CSwiftGuiStdApplication a; // application with contexts
|
||||
a.setSignalStartupAutomatically(false); // application will signal startup on its own
|
||||
a.splashScreen(CIcons::swift256());
|
||||
a.setMinimumSizeInCharacters(60, 42); // experimental
|
||||
if (!a.parseAndLoadSetup()) { return EXIT_FAILURE; }
|
||||
|
||||
Reference in New Issue
Block a user