aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/doc/src/appdevguide/deployment.qdoc
diff options
context:
space:
mode:
authorNico Vertriest <nico.vertriest@digia.com>2013-04-25 13:32:47 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-04-26 12:57:03 +0200
commit73721b5c275ca811a869d9c3b92e88edd31abcab (patch)
tree673f66860d93b320a78875d2c7e724379f6a05e6 /src/quick/doc/src/appdevguide/deployment.qdoc
parentd5e612fb3e9753c762b741d135fabd2b1f8ae1a6 (diff)
Doc: corrections (Writing Guidelines) and language edits
Corrected punctuation issues. Task-number: QTBUG-30774 Change-Id: I144d2487d4f7c248c60bf824b909145416d356fa Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
Diffstat (limited to 'src/quick/doc/src/appdevguide/deployment.qdoc')
-rw-r--r--src/quick/doc/src/appdevguide/deployment.qdoc7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/quick/doc/src/appdevguide/deployment.qdoc b/src/quick/doc/src/appdevguide/deployment.qdoc
index 0aa15fbceb..3788cbdb08 100644
--- a/src/quick/doc/src/appdevguide/deployment.qdoc
+++ b/src/quick/doc/src/appdevguide/deployment.qdoc
@@ -28,7 +28,7 @@
/*!
\page qtquick-deployment.html
\title Deploying QML Applications
-\brief process of deploying QML applications
+\brief Deploying QML applications
@@ -60,7 +60,8 @@ QQmlEngine by either:
\section2 Deploying with QQuickView
QQuickView is a QWindow-based class that is able to load QML files.
-For example, if there is a QML file, \c application.qml, like this:
+For example, if there is a QML file, \c application.qml, it will
+look like this:
\qml
import QtQuick 2.0
@@ -201,7 +202,7 @@ file, \c main.qml, as a resource file using the \c qrc scheme:
\snippet ../src/qml/doc/snippets/qml/qtbinding/resources/main.cpp 0
-Finally \c project.pro uses the RESOURCES variable to indicate that \c example.qrc should
+Finally, \c project.pro uses the RESOURCES variable to indicate that \c example.qrc should
be used to build the application resources:
\quotefile ../src/qml/doc/snippets/qml/qtbinding/resources/resources.pro