diff options
author | Leena Miettinen <[email protected]> | 2017-02-07 16:49:31 +0100 |
---|---|---|
committer | Leena Miettinen <[email protected]> | 2017-02-07 15:56:44 +0000 |
commit | 6417865af6b87c4fd8c49a5f5a7903b20864b9e9 (patch) | |
tree | 9c349c9e6e747d7fe828a5beacba664890743b40 /doc/src/qtquick/qtquick-screens.qdoc | |
parent | 7f1a71ede4a390b1adcb0bbe6b129d13b225b86a (diff) |
Doc: Write QML in upper case
Change-Id: I42e26b8f6dd38eaefb801fc7c33cb2532fa64df7
Reviewed-by: Leena Miettinen <[email protected]>
Diffstat (limited to 'doc/src/qtquick/qtquick-screens.qdoc')
-rw-r--r-- | doc/src/qtquick/qtquick-screens.qdoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/qtquick/qtquick-screens.qdoc b/doc/src/qtquick/qtquick-screens.qdoc index c88035096b7..a805003cb87 100644 --- a/doc/src/qtquick/qtquick-screens.qdoc +++ b/doc/src/qtquick/qtquick-screens.qdoc @@ -39,7 +39,7 @@ \title Creating Screens You can use predefined QML types and your own components to create - screens. Typically, the main qml file in a Qt Quick project specifies the + screens. Typically, the main QML file in a Qt Quick project specifies the main window of an application. The QML files in the project folder are displayed in \uicontrol {QML Components} |