diff options
Diffstat (limited to 'src/controls/Private/Style.qml')
| -rw-r--r-- | src/controls/Private/Style.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/controls/Private/Style.qml b/src/controls/Private/Style.qml index 534975176..519ea9585 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 } |
