mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-05-07 05:23:06 +00:00
feat(src/app/App): log splashscreen creation
This commit is contained in:
parent
cc3418240a
commit
cc1b92e413
1 changed files with 1 additions and 0 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue