Code review comment for lp://qastaging/~unity-2d-team/unity-2d/launcher-layout

Revision history for this message
Florian Boucault (fboucault) wrote :

=== modified file 'launcher/app/launcher.cpp'

     launcherView->rootContext()->setContextProperty("launcherView", launcherView);
     launcherView->rootContext()->setContextProperty("panel", &panel);
+ launcherView->rootContext()->setContextProperty("engineBaseUrl",
+ launcherView->engine()->baseUrl().toLocalFile());

This looks like a workaround for the lack of support of images in path relative to the launcher binary in BlendedImageProvider. Let's document it quickly for now.

« Back to merge proposal