aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMitch Curtis <mitch.curtis@qt.io>2016-10-19 09:27:10 +0200
committerMitch Curtis <mitch.curtis@qt.io>2016-10-19 07:51:38 +0000
commite858dc4701912c5c4e94a99d819d3a86a6ee92b3 (patch)
tree91b4d142fbd56a773a0398ff17e78b3c10e7b9e5
parent654e9e6a35682d2dbd468b82a954b55fef8b6e70 (diff)
Fix TextInput::selectByMouse documentation
Change-Id: I41ef6b38e74162434c397535f9d73fff80e29c78 Reviewed-by: Topi Reiniƶ <topi.reinio@theqtcompany.com>
-rw-r--r--src/quick/items/qquicktextinput.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/quick/items/qquicktextinput.cpp b/src/quick/items/qquicktextinput.cpp
index 072bfd3440..9e4b01a373 100644
--- a/src/quick/items/qquicktextinput.cpp
+++ b/src/quick/items/qquicktextinput.cpp
@@ -2206,8 +2206,8 @@ QString QQuickTextInput::displayText() const
If true, the user can use the mouse to select text in some
platform-specific way. Note that for some platforms this may
- not be an appropriate interaction (eg. may conflict with how
- the text needs to behave inside a Flickable.
+ not be an appropriate interaction (it may conflict with how
+ the text needs to behave inside a \l Flickable, for example).
*/
bool QQuickTextInput::selectByMouse() const
{