diff options
author | Mitch Curtis <[email protected]> | 2016-07-07 13:21:05 +0200 |
---|---|---|
committer | Mitch Curtis <[email protected]> | 2016-07-14 14:42:48 +0000 |
commit | a1f6409d1c34238405bbd73d067a39091bf844f7 (patch) | |
tree | 75c28291a2b5d849bbc562a5382a38c62027361c /src/quick/items/qquicktextedit.cpp | |
parent | 91ed06b767aa4993d28c8b2db4900c319098b035 (diff) |
Fix missing closing parenthesis in TextEdit docs
Change-Id: Ib1872e6353a49bc12a6a714a79873e8c0a7032f7
Reviewed-by: Robin Burchell <[email protected]>
Diffstat (limited to 'src/quick/items/qquicktextedit.cpp')
-rw-r--r-- | src/quick/items/qquicktextedit.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/quick/items/qquicktextedit.cpp b/src/quick/items/qquicktextedit.cpp index 8282c09770..3ab7f358ff 100644 --- a/src/quick/items/qquicktextedit.cpp +++ b/src/quick/items/qquicktextedit.cpp @@ -1435,8 +1435,8 @@ void QQuickTextEdit::setSelectByKeyboard(bool on) 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 Flickable, for example. */ bool QQuickTextEdit::selectByMouse() const { |