From b24c094efdbd48d9368b7b2c5bf12d7146412d25 Mon Sep 17 00:00:00 2001
From: Thomas Hartmann <Thomas.Hartmann@digia.com>
Date: Wed, 9 Oct 2013 16:14:01 +0200
Subject: [PATCH] QmlDesigner.PropertyEditor: Adding toolTip property to Label

Change-Id: Id76fa747abaae30336a4c0e2fa2c6f5279553f15
Reviewed-by: Thomas Hartmann <Thomas.Hartmann@digia.com>
---
 .../propertyEditorQmlSources/HelperWidgets/Label.qml            | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/Label.qml b/share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/Label.qml
index 1a80cbd38ba..7da1bac7ef2 100644
--- a/share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/Label.qml
+++ b/share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/Label.qml
@@ -34,6 +34,8 @@ import QtQuick.Layouts 1.0
 Controls.Label {
     id: label
 
+    property string toolTip: ""
+
     width:  parent.width < 300 ? 80 : Math.min(140, parent.width - 220)
     color: "#eee"
     elide: Text.ElideRight
-- 
GitLab