diff options
| author | J-P Nurmi <jpnurmi@theqtcompany.com> | 2014-11-04 17:43:49 +0100 |
|---|---|---|
| committer | J-P Nurmi <jpnurmi@theqtcompany.com> | 2014-11-05 14:55:40 +0100 |
| commit | d2439bede98e0f1eb42e8c44b997b1e5d29454e4 (patch) | |
| tree | 370d752e54bf067dc93705662cf1601f192857dd /examples/quick/controls/splitview/splitview.qmlproject | |
| parent | aa510d9ac0bd1ecab6baa260d3ff5f2a64eb3acf (diff) | |
Remove the SplitView example
This example served no purpose. A similar snippet can
be found in SplitView docs, in the detailed description.
Change-Id: Ic53e5bbe8c0c46c7cf9a0002f12ad6c229028388
Reviewed-by: Caroline Chao <caroline.chao@theqtcompany.com>
Diffstat (limited to 'examples/quick/controls/splitview/splitview.qmlproject')
| -rw-r--r-- | examples/quick/controls/splitview/splitview.qmlproject | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/examples/quick/controls/splitview/splitview.qmlproject b/examples/quick/controls/splitview/splitview.qmlproject deleted file mode 100644 index e5a8bf02c..000000000 --- a/examples/quick/controls/splitview/splitview.qmlproject +++ /dev/null @@ -1,16 +0,0 @@ -import QmlProject 1.1 - -Project { - mainFile: "main.qml" - - /* Include .qml, .js, and image files from current directory and subdirectories */ - QmlFiles { - directory: "." - } - JavaScriptFiles { - directory: "." - } - ImageFiles { - directory: "." - } -} |
