Doc: Remove unused /parts directory from QML getting started example
authorTopi Reinio <topi.reinio@digia.com>
Wed, 31 Jul 2013 12:53:20 +0000 (14:53 +0200)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Fri, 2 Aug 2013 09:47:06 +0000 (11:47 +0200)
commit04f699d26a3f06dbd98d9bd3e0f64ee9980a6a26
tree6d427570ae7c9d3b743990613ec93072c4654903
parent59170ef2f2bd58038bdefaaad26ce8f9e8ee1dfe
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>
56 files changed:
examples/quick/tutorials/gettingStartedQml/parts/part0/Button.qml [deleted file]
examples/quick/tutorials/gettingStartedQml/parts/part1/Button.qml [deleted file]
examples/quick/tutorials/gettingStartedQml/parts/part1/EditMenu.qml [deleted file]
examples/quick/tutorials/gettingStartedQml/parts/part1/FileMenu.qml [deleted file]
examples/quick/tutorials/gettingStartedQml/parts/part1/SimpleButton.qml [deleted file]
examples/quick/tutorials/gettingStartedQml/parts/part1/pics/qml-texteditor1_button.png [deleted file]
examples/quick/tutorials/gettingStartedQml/parts/part1/pics/qml-texteditor1_editmenu.png [deleted file]
examples/quick/tutorials/gettingStartedQml/parts/part1/pics/qml-texteditor1_filemenu.png [deleted file]
examples/quick/tutorials/gettingStartedQml/parts/part1/pics/qml-texteditor1_simplebutton.png [deleted file]
examples/quick/tutorials/gettingStartedQml/parts/part1/qml-texteditor.qmlproject [deleted file]
examples/quick/tutorials/gettingStartedQml/parts/part2/Button.qml [deleted file]
examples/quick/tutorials/gettingStartedQml/parts/part2/EditMenu.qml [deleted file]
examples/quick/tutorials/gettingStartedQml/parts/part2/FileMenu.qml [deleted file]
examples/quick/tutorials/gettingStartedQml/parts/part2/MenuBar.qml [deleted file]
examples/quick/tutorials/gettingStartedQml/parts/part2/pics/qml-texteditor2_menubar.png [deleted file]
examples/quick/tutorials/gettingStartedQml/parts/part2/qml-texteditor2.qmlproject [deleted file]
examples/quick/tutorials/gettingStartedQml/parts/part3/Button.qml [deleted file]
examples/quick/tutorials/gettingStartedQml/parts/part3/EditMenu.qml [deleted file]
examples/quick/tutorials/gettingStartedQml/parts/part3/FileMenu.qml [deleted file]
examples/quick/tutorials/gettingStartedQml/parts/part3/MenuBar.qml [deleted file]
examples/quick/tutorials/gettingStartedQml/parts/part3/TextArea.qml [deleted file]
examples/quick/tutorials/gettingStartedQml/parts/part3/TextEditor.qml [deleted file]
examples/quick/tutorials/gettingStartedQml/parts/part3/images/arrow.png [deleted file]
examples/quick/tutorials/gettingStartedQml/parts/part3/pics/qml-texteditor3_texteditor.png [deleted file]
examples/quick/tutorials/gettingStartedQml/parts/part3/qml-texteditor3.qmlproject [deleted file]
examples/quick/tutorials/gettingStartedQml/parts/part4/Button.qml [deleted file]
examples/quick/tutorials/gettingStartedQml/parts/part4/EditMenu.qml [deleted file]
examples/quick/tutorials/gettingStartedQml/parts/part4/FileMenu.qml [deleted file]
examples/quick/tutorials/gettingStartedQml/parts/part4/MenuBar.qml [deleted file]
examples/quick/tutorials/gettingStartedQml/parts/part4/SimpleButton.qml [deleted file]
examples/quick/tutorials/gettingStartedQml/parts/part4/TextArea.qml [deleted file]
examples/quick/tutorials/gettingStartedQml/parts/part4/TextEditor.qml [deleted file]
examples/quick/tutorials/gettingStartedQml/parts/part4/images/arrow.png [deleted file]
examples/quick/tutorials/gettingStartedQml/parts/part4/pics/qml-texteditor4_texteditor.png [deleted file]
examples/quick/tutorials/gettingStartedQml/parts/part4/qml-texteditor4.qmlproject [deleted file]
examples/quick/tutorials/gettingStartedQml/parts/part5/TextEditor.qml [deleted file]
examples/quick/tutorials/gettingStartedQml/parts/part5/core/Button.qml [deleted file]
examples/quick/tutorials/gettingStartedQml/parts/part5/core/EditMenu.qml [deleted file]
examples/quick/tutorials/gettingStartedQml/parts/part5/core/FileDialog.qml [deleted file]
examples/quick/tutorials/gettingStartedQml/parts/part5/core/FileMenu.qml [deleted file]
examples/quick/tutorials/gettingStartedQml/parts/part5/core/MenuBar.qml [deleted file]
examples/quick/tutorials/gettingStartedQml/parts/part5/core/TextArea.qml [deleted file]
examples/quick/tutorials/gettingStartedQml/parts/part5/core/qmldir [deleted file]
examples/quick/tutorials/gettingStartedQml/parts/part5/filedialog/dialogPlugin.cpp [deleted file]
examples/quick/tutorials/gettingStartedQml/parts/part5/filedialog/dialogPlugin.h [deleted file]
examples/quick/tutorials/gettingStartedQml/parts/part5/filedialog/directory.cpp [deleted file]
examples/quick/tutorials/gettingStartedQml/parts/part5/filedialog/directory.h [deleted file]
examples/quick/tutorials/gettingStartedQml/parts/part5/filedialog/file.cpp [deleted file]
examples/quick/tutorials/gettingStartedQml/parts/part5/filedialog/file.h [deleted file]
examples/quick/tutorials/gettingStartedQml/parts/part5/filedialog/filedialog.pro [deleted file]
examples/quick/tutorials/gettingStartedQml/parts/part5/filedialog/qmldir [deleted file]
examples/quick/tutorials/gettingStartedQml/parts/part5/images/arrow.png [deleted file]
examples/quick/tutorials/gettingStartedQml/parts/part5/pics/qml-texteditor5_editmenu.png [deleted file]
examples/quick/tutorials/gettingStartedQml/parts/part5/pics/qml-texteditor5_filemenu.png [deleted file]
examples/quick/tutorials/gettingStartedQml/parts/part5/pics/qml-texteditor5_newfile.png [deleted file]
examples/quick/tutorials/gettingStartedQml/parts/part5/qml-texteditor5.qmlproject [deleted file]