diff options
Diffstat (limited to 'Counter.ui.qml')
-rw-r--r-- | Counter.ui.qml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/Counter.ui.qml b/Counter.ui.qml index e6e7318..86cff16 100644 --- a/Counter.ui.qml +++ b/Counter.ui.qml @@ -3,8 +3,6 @@ import QtQuick.Controls 2.15 import QtQuick.Layouts 1.15 Item { - property alias area: area - Rectangle { color: bgColor radius: 8 @@ -63,10 +61,5 @@ Item { } } } - - MouseArea { - id: area - anchors.fill: parent - } } } |