forked from qt-creator/qt-creator
Doc: edit qmljs docs
Use standard wording, fix capitalization, typos, and style and grammar issues. Change-Id: Iac3faa59ef32aa2a8ec1857aed0d861701cbfbe7 Reviewed-by: Fawzi Mohamed <fawzi.mohamed@digia.com>
This commit is contained in:
@@ -59,7 +59,7 @@ QT_BEGIN_NAMESPACE
|
||||
^
|
||||
\endcode
|
||||
|
||||
Note that the QtQuick 1 version is named QDeclarativeError
|
||||
\note The QtQuick 1 version is named QDeclarativeError.
|
||||
|
||||
\sa QQuickView::errors(), QmlComponent::errors()
|
||||
*/
|
||||
@@ -137,7 +137,7 @@ bool QmlError::isValid() const
|
||||
}
|
||||
|
||||
/*!
|
||||
Returns the url for the file that caused this error.
|
||||
Returns the URL for the file that caused this error.
|
||||
*/
|
||||
QUrl QmlError::url() const
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user