summaryrefslogtreecommitdiff
path: root/src/controls/Styles/Base/TextFieldStyle.qml
diff options
context:
space:
mode:
Diffstat (limited to 'src/controls/Styles/Base/TextFieldStyle.qml')
-rw-r--r--src/controls/Styles/Base/TextFieldStyle.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/controls/Styles/Base/TextFieldStyle.qml b/src/controls/Styles/Base/TextFieldStyle.qml
index 7dee691d..80fa9c8e 100644
--- a/src/controls/Styles/Base/TextFieldStyle.qml
+++ b/src/controls/Styles/Base/TextFieldStyle.qml
@@ -93,7 +93,7 @@ Style {
/*!
\qmlproperty enumeration renderType
- \since 5.2
+ \since QtQuick.Controls.Styles 1.1
Override the default rendering type for the control.
@@ -108,7 +108,7 @@ Style {
property int renderType: Text.NativeRendering
/*! The placeholder text color, used when the text field is empty.
- \since 5.2
+ \since QtQuick.Controls.Styles 1.1
*/
property color placeholderTextColor: Qt.rgba(0, 0, 0, 0.5)