aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/tutorials/gettingStartedQml/parts/part4/qml-texteditor4.qmlproject
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@digia.com>2013-07-31 14:53:20 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-08-02 11:47:06 +0200
commit04f699d26a3f06dbd98d9bd3e0f64ee9980a6a26 (patch)
tree6d427570ae7c9d3b743990613ec93072c4654903 /examples/quick/tutorials/gettingStartedQml/parts/part4/qml-texteditor4.qmlproject
parent59170ef2f2bd58038bdefaaad26ce8f9e8ee1dfe (diff)
Doc: Remove unused /parts directory from QML getting started example
The example code for getting started with QML doc has six smaller projects under /parts - these out of sync with the main example code in its parent directory, they are undocumented and not referred to in any other documentation. The QML getting started guide itself uses \code blocks to present the code snippets. Change-Id: I3b9c83a60fdeb9fa13f364b04c38943222c682cb Reviewed-by: Alan Alpert <aalpert@blackberry.com> Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
Diffstat (limited to 'examples/quick/tutorials/gettingStartedQml/parts/part4/qml-texteditor4.qmlproject')
-rw-r--r--examples/quick/tutorials/gettingStartedQml/parts/part4/qml-texteditor4.qmlproject14
1 files changed, 0 insertions, 14 deletions
diff --git a/examples/quick/tutorials/gettingStartedQml/parts/part4/qml-texteditor4.qmlproject b/examples/quick/tutorials/gettingStartedQml/parts/part4/qml-texteditor4.qmlproject
deleted file mode 100644
index 2bb4016996..0000000000
--- a/examples/quick/tutorials/gettingStartedQml/parts/part4/qml-texteditor4.qmlproject
+++ /dev/null
@@ -1,14 +0,0 @@
-import QmlProject 1.0
-
-Project {
- /* Include .qml, .js, and image files from current directory and subdirectories */
- QmlFiles {
- directory: "."
- }
- JavaScriptFiles {
- directory: "."
- }
- ImageFiles {
- directory: "."
- }
-}