diff main/main.cpp @ 2550:a004f981f6f5 startup-timing

Some work to try to get the main window up & functioning quicker - without waiting for the transforms to be populated first. Needs a lot more testing, not to be merged until after 4.1.
author Chris Cannam
date Wed, 03 Jun 2020 14:12:14 +0100
parents e499ec4a32c9
children
line wrap: on
line diff
--- a/main/main.cpp	Mon May 18 15:29:46 2020 +0100
+++ b/main/main.cpp	Wed Jun 03 14:12:14 2020 +0100
@@ -436,10 +436,6 @@
             << QSslSocket::sslLibraryBuildVersionString()
             << endl;
 #endif
-    
-    // Make known-plugins query as early as possible after showing
-    // splash screen.
-    PluginScan::getInstance()->scan();
 
     if (showSplash) {
         application.processEvents();
@@ -546,6 +542,8 @@
                 << "\"" << endl;
         gui->cueOSCScript(scriptFile);
     }
+
+    SVDEBUG << "Entering main event loop" << endl;
     
     int rv = application.exec();