diff options
author | David Fries <David@Fries.net> | 2014-07-11 12:31:35 -0500 |
---|---|---|
committer | David Fries <david@fries.net> | 2014-09-05 14:47:49 +0200 |
commit | 835512146832cf03a3280d91c19cdf0319d83b32 (patch) | |
tree | c1d596319cc4fc0c95a86371fa23b605447e35b8 /src/controls/Styles/Base/ProgressBarStyle.qml | |
parent | 4a51b6f2676aa5cb4a2ac6b23d55b34f4fbabb45 (diff) | |
download | qtquickcontrols-835512146832cf03a3280d91c19cdf0319d83b32.tar.gz |
Doc: .*Style attachment correction
The .*Style is attached to the control not the other way around.
Change-Id: Ia9158463d86881997e917c26427cb62beb8e5edc
Reviewed-by: J-P Nurmi <jpnurmi@digia.com>
Diffstat (limited to 'src/controls/Styles/Base/ProgressBarStyle.qml')
-rw-r--r-- | src/controls/Styles/Base/ProgressBarStyle.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/controls/Styles/Base/ProgressBarStyle.qml b/src/controls/Styles/Base/ProgressBarStyle.qml index ec379884..88f04304 100644 --- a/src/controls/Styles/Base/ProgressBarStyle.qml +++ b/src/controls/Styles/Base/ProgressBarStyle.qml @@ -111,7 +111,7 @@ import QtQuick.Controls.Private 1.0 Style { id: progressBarStyle - /*! The \l ProgressBar attached to this style. */ + /*! The \l ProgressBar this style is attached to. */ readonly property ProgressBar control: __control /*! A value in the range [0-1] indicating the current progress. */ |