Commit cc1b92e4 authored by Ronan Abhamon's avatar Ronan Abhamon

feat(src/app/App): log splashscreen creation

parent cc341824
......@@ -113,6 +113,7 @@ inline QQuickWindow *createSubWindow (App *app, const char *path) {
// -----------------------------------------------------------------------------
inline void activeSplashScreen (App *app) {
qInfo() << QStringLiteral("Open splash screen...");
QQuickWindow *splashScreen = createSubWindow(app, QML_VIEW_SPLASH_SCREEN);
QObject::connect(CoreManager::getInstance()->getHandlers().get(), &CoreHandlers::coreStarted, splashScreen, [splashScreen] {
splashScreen->close();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment