X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=HomeScreen%2Fqml%2FMediaArea.qml;h=d7159d217a3d2e2bb6444e9d0ded5f8347147bba;hb=09f2f0036f122e49aa49e6c446d723850192a725;hp=e26a4524375e8cf81be7513c49df761a1ab2c375;hpb=79714c0aa8fc461d77b75d6c5dae6a1a7d726954;p=staging%2FHomeScreen.git diff --git a/HomeScreen/qml/MediaArea.qml b/HomeScreen/qml/MediaArea.qml index e26a452..d7159d2 100644 --- a/HomeScreen/qml/MediaArea.qml +++ b/HomeScreen/qml/MediaArea.qml @@ -1,6 +1,6 @@ /* * Copyright (C) 2016 The Qt Company Ltd. - * Copyright (C) 2016 Mentor Graphics Development (Deutschland) GmbH + * Copyright (C) 2016, 2017 Mentor Graphics Development (Deutschland) GmbH * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -28,10 +28,10 @@ StackView { Component { id: blank MediaAreaBlank { - MouseArea { - anchors.fill: parent - onClicked: root.push(mouse.x < 540 ? music : radio) - } +// MouseArea { +// anchors.fill: parent +// onClicked: root.push(mouse.x < 540 ? music : radio) +// } } }