Fix typo in QTextEdit documentation
Task-number: QTBUG-36077 Change-Id: I5cd9ad3fe309e5dd2e5e5d67d6c7561182e65c25 Reviewed-by: Mitch Curtis <mitch.curtis@digia.com> Reviewed-by: Giuseppe D'Angelo <giuseppe.dangelo@kdab.com> Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>bb10
parent
3169863ace
commit
a6c79344f7
|
|
@ -2042,7 +2042,7 @@ QList<QTextEdit::ExtraSelection> QTextEdit::extraSelections() const
|
|||
This function returns a new MIME data object to represent the contents
|
||||
of the text edit's current selection. It is called when the selection needs
|
||||
to be encapsulated into a new QMimeData object; for example, when a drag
|
||||
and drop operation is started, or when data is copyied to the clipboard.
|
||||
and drop operation is started, or when data is copied to the clipboard.
|
||||
|
||||
If you reimplement this function, note that the ownership of the returned
|
||||
QMimeData object is passed to the caller. The selection can be retrieved
|
||||
|
|
|
|||
Loading…
Reference in New Issue