diff options
author | Mitch Curtis <mitch.curtis@qt.io> | 2016-05-26 09:27:14 +0200 |
---|---|---|
committer | Jani Heikkinen <jani.heikkinen@qt.io> | 2016-05-26 09:03:22 +0000 |
commit | b5a8306bf6d4949066872ac2afc8d0a01f716bd7 (patch) | |
tree | befabf1435c255f45f0ada1d12651d771ea48d46 /src/controls/BusyIndicator.qml | |
parent | 3c885afa2fb26b2b4627aaa1aaf5e770a46b93a3 (diff) | |
download | qtquickcontrols-b5a8306bf6d4949066872ac2afc8d0a01f716bd7.tar.gz |
Fix Controls 1 types linking to Controls 2v5.7.0-rc1v5.7.05.7.0
Task-number: QTBUG-53529
Change-Id: I4933a03c49dee4e3edc56dd406f67073da341ac1
Reviewed-by: J-P Nurmi <jpnurmi@qt.io>
Diffstat (limited to 'src/controls/BusyIndicator.qml')
-rw-r--r-- | src/controls/BusyIndicator.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/controls/BusyIndicator.qml b/src/controls/BusyIndicator.qml index 6c9972ad..1912ffbd 100644 --- a/src/controls/BusyIndicator.qml +++ b/src/controls/BusyIndicator.qml @@ -46,6 +46,7 @@ import QtQuick.Controls.Private 1.0 \inqmlmodule QtQuick.Controls \since 5.2 \ingroup controls + \inherits QtQuickControls1::Control \brief A busy indicator. \image busyindicator.png |