QLineEdit: Tweak selectionStart() documentation

Change-Id: I55defa5ed182373f435b06c92770da5b05c01459
Reviewed-by: Marc Mutz <marc.mutz@kdab.com>
This commit is contained in:
Daniel Teske 2017-06-27 15:47:24 +02:00
parent f881120fd0
commit 9b91784987

View File

@ -955,7 +955,7 @@ QString QLineEdit::selectedText() const
}
/*!
selectionStart() returns the index of the first selected character in the
Returns the index of the first selected character in the
line edit or -1 if no text is selected.
\sa selectedText()