aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/demos/calqlatr/content/Button.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quick/demos/calqlatr/content/Button.qml')
-rw-r--r--examples/quick/demos/calqlatr/content/Button.qml7
1 files changed, 0 insertions, 7 deletions
diff --git a/examples/quick/demos/calqlatr/content/Button.qml b/examples/quick/demos/calqlatr/content/Button.qml
index 3f28e6f3c0..fc6234414f 100644
--- a/examples/quick/demos/calqlatr/content/Button.qml
+++ b/examples/quick/demos/calqlatr/content/Button.qml
@@ -59,18 +59,11 @@ Item {
color: "white"
}
-// Rectangle {
-// color: "red"
-// opacity: 0.2
-// anchors.fill: mouse
-// }
-
MouseArea {
id: mouse
anchors.fill: parent
anchors.margins: -5
onClicked: {
- //parent.clicked()
if (operator)
window.operatorPressed(parent.text)
else