summaryrefslogtreecommitdiff
path: root/components/Button.qml
diff options
context:
space:
mode:
Diffstat (limited to 'components/Button.qml')
-rw-r--r--components/Button.qml8
1 files changed, 0 insertions, 8 deletions
diff --git a/components/Button.qml b/components/Button.qml
index 19dd394a..10908b7f 100644
--- a/components/Button.qml
+++ b/components/Button.qml
@@ -45,7 +45,6 @@ import QtDesktop 0.2
BasicButton {
id: button
- property alias containsMouse: tooltip.containsMouse
property bool defaultbutton: false
property string styleHint
property string text
@@ -55,13 +54,6 @@ BasicButton {
Keys.onSpacePressed:animateClick()
- TooltipArea {
- // Note this will eat hover events
- id: tooltip
- anchors.fill: parent
- text: button.tooltip
- }
-
delegate: StyleItem {
id: styleitem
anchors.fill: parent