summaryrefslogtreecommitdiff
path: root/doc/src/qmlapp/porting.qdoc
diff options
context:
space:
mode:
authorNico Vertriest <nico.vertriest@digia.com>2013-05-15 15:11:30 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-05-16 10:42:34 +0200
commitdaacd49edce12da2d863d3b7bd53c23bd16e930e (patch)
treef8ea1f60737f3cb651eb81a89497a2c776835b8d /doc/src/qmlapp/porting.qdoc
parent7e659586a1fbc7d44a2ccd0d4e750c2ba9790ca0 (diff)
downloadqtdoc-daacd49edce12da2d863d3b7bd53c23bd16e930e.tar.gz
Doc: fixed several minor doc issues
- \brief statements - snippet specification syntax - folder specification issue Task-number: QTBUG-31177 Change-Id: I853d08775c8eb43441a1edefed1a40d55b673a66 Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
Diffstat (limited to 'doc/src/qmlapp/porting.qdoc')
-rw-r--r--doc/src/qmlapp/porting.qdoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/qmlapp/porting.qdoc b/doc/src/qmlapp/porting.qdoc
index 7d972002..d0e32884 100644
--- a/doc/src/qmlapp/porting.qdoc
+++ b/doc/src/qmlapp/porting.qdoc
@@ -52,9 +52,9 @@ There are very few changes in the QML language that affect the porting of existi
The \c QtQuick module has been updated to version 2.0. All QML applications should update their import
statements to use the new version:
-\qml
+\code
import QtQuick 2.0
-\endqml
+\endcode
\section2 Property and Method Changes