aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquicktextedit.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/quick/items/qquicktextedit.cpp')
-rw-r--r--src/quick/items/qquicktextedit.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/quick/items/qquicktextedit.cpp b/src/quick/items/qquicktextedit.cpp
index 38a510eb9e..7159410ff5 100644
--- a/src/quick/items/qquicktextedit.cpp
+++ b/src/quick/items/qquicktextedit.cpp
@@ -96,7 +96,7 @@ TextEdit {
\snippet qml/texteditor.qml 0
- A particular look-and-feel might use smooth scrolling (eg. using SmoothedFollow), might have a visible
+ A particular look-and-feel might use smooth scrolling (eg. using SmoothedAnimation), might have a visible
scrollbar, or a scrollbar that fades in to show location, etc.
Clipboard support is provided by the cut(), copy(), and paste() functions, and the selection can
@@ -738,7 +738,7 @@ qreal QQuickTextEdit::contentHeight() const
This property specifies a base URL which is used to resolve relative URLs
within the text.
- By default is the url of the TextEdit element.
+ The default value is the url of the QML file instantiating the TextEdit item.
*/
QUrl QQuickTextEdit::baseUrl() const