Doc: replace "textEdit" with "TextEdit" in lineCount documentation
Change-Id: I24a186af0538027719beb464c2b489825ddd9420 Reviewed-by: Topi Reiniö <topi.reinio@qt.io>
This commit is contained in:
parent
1372abd309
commit
5861ea797d
|
@ -838,7 +838,7 @@ void QQuickTextEdit::setWrapMode(WrapMode mode)
|
|||
/*!
|
||||
\qmlproperty int QtQuick::TextEdit::lineCount
|
||||
|
||||
Returns the total number of lines in the textEdit item.
|
||||
Returns the total number of lines in the TextEdit item.
|
||||
*/
|
||||
int QQuickTextEdit::lineCount() const
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue