summaryrefslogtreecommitdiff
path: root/src/controls/Private/Style.qml
diff options
context:
space:
mode:
authorDavid Fries <David@Fries.net>2014-07-11 12:31:35 -0500
committerDavid Fries <david@fries.net>2014-09-05 14:47:49 +0200
commit835512146832cf03a3280d91c19cdf0319d83b32 (patch)
treec1d596319cc4fc0c95a86371fa23b605447e35b8 /src/controls/Private/Style.qml
parent4a51b6f2676aa5cb4a2ac6b23d55b34f4fbabb45 (diff)
downloadqtquickcontrols-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/Private/Style.qml')
-rw-r--r--src/controls/Private/Style.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/controls/Private/Style.qml b/src/controls/Private/Style.qml
index 53497517..519ea958 100644
--- a/src/controls/Private/Style.qml
+++ b/src/controls/Private/Style.qml
@@ -48,6 +48,6 @@ import QtQuick.Controls.Private 1.0
*/
AbstractStyle {
- /*! The control attached to this style */
+ /*! The control this style is attached to. */
readonly property Item control: __control
}