diff options
author | Jussi Witick <jussi.witick@qt.io> | 2017-02-17 10:27:12 +0200 |
---|---|---|
committer | J-P Nurmi <jpnurmi@qt.io> | 2017-06-16 12:44:40 +0000 |
commit | f19b1bf1bfee79178bf5cd75df86863be49c21f0 (patch) | |
tree | 15f6184f332011f9e4de543d337d555c08e8d814 /src | |
parent | ae688459bc845ab919ce256f315843d97ba9ff32 (diff) | |
download | qtquickcontrols-f19b1bf1bfee79178bf5cd75df86863be49c21f0.tar.gz |
Increase QtQuick import from 2.2 to 2.6 for QML Label
Increase QtQuick import version to 2.6 to enable the properties of
underlying QML Text type to be usable in the QML Label type too.
Task-number: QTBUG-57895
Change-Id: I7a2b641a56c90ab91b4e6c973278d8943fa6903a
Reviewed-by: J-P Nurmi <jpnurmi@qt.io>
Diffstat (limited to 'src')
-rw-r--r-- | src/controls/Label.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/controls/Label.qml b/src/controls/Label.qml index f9bc8cdd..ea3f27b3 100644 --- a/src/controls/Label.qml +++ b/src/controls/Label.qml @@ -37,7 +37,7 @@ ** ****************************************************************************/ -import QtQuick 2.2 +import QtQuick 2.6 import QtQuick.Controls 1.2 import QtQuick.Controls.Private 1.0 |