Doc: replace "textEdit" with "TextEdit" in lineCount documentation

Change-Id: I24a186af0538027719beb464c2b489825ddd9420
Reviewed-by: Topi Reiniö <topi.reinio@qt.io>
This commit is contained in:
Mitch Curtis 2016-10-31 12:12:41 +01:00
parent 1372abd309
commit 5861ea797d
1 changed files with 1 additions and 1 deletions

View File

@ -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
{