From 3229c695fc52e22e773cef89a835915c0bb6d90b Mon Sep 17 00:00:00 2001 From: Loïc Collignon Date: Wed, 19 Dec 2018 15:30:09 +0100 Subject: Bind the slider volume to the 4a active role MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 4a now expose an active role, which is the opened role with the higher priority. This binds the slider to the active role. Bug: 1313 Change-Id: I73766163fc0b8ef1e6b70e9c13e28d3642be858a Signed-off-by: Loïc Collignon --- homescreen/src/main.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'homescreen/src/main.cpp') diff --git a/homescreen/src/main.cpp b/homescreen/src/main.cpp index 8ecfd68..939577f 100644 --- a/homescreen/src/main.cpp +++ b/homescreen/src/main.cpp @@ -134,6 +134,7 @@ int main(int argc, char *argv[]) // mail.qml loading QQmlApplicationEngine engine; + engine.rootContext()->setContextProperty("bindingAddress", bindingAddress); engine.rootContext()->setContextProperty("layoutHandler", layoutHandler); engine.rootContext()->setContextProperty("homescreenHandler", homescreenHandler); engine.rootContext()->setContextProperty("launcher", launcher); -- cgit 1.2.3-korg