From 5a0250d2c54b9ef03d57502cdb0a4de3be5b862f Mon Sep 17 00:00:00 2001 From: Martin Smith Date: Mon, 21 May 2012 11:05:11 +0200 Subject: [PATCH] doc: Added missing qdoc text A \table command was not matched by a \entable command, and the qdoc comment for one \qmlproperty command was not terminated, so that a second \qmlproperty command appeared in the same comment. Change-Id: I398e8afd1dba84a74b62b6881990de81070c24b7 Reviewed-by: Pekka Vuorela --- src/qml/qml/qqmlengine.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/qml/qml/qqmlengine.cpp b/src/qml/qml/qqmlengine.cpp index 5111a4c..ebf3a7c 100644 --- a/src/qml/qml/qqmlengine.cpp +++ b/src/qml/qml/qqmlengine.cpp @@ -354,11 +354,15 @@ The following functions are also on the Qt object. from right to left. \endlist + \endtable + The following example uses the \c application object to indicate whether the application is currently active: \snippet doc/snippets/qml/application.qml document +*/ +/*! \qmlproperty object Qt::inputMethod \since QtQuick 2.0 -- 2.7.4