diff options
author | Alan Alpert <[email protected]> | 2012-02-27 08:40:31 +1000 |
---|---|---|
committer | Qt by Nokia <[email protected]> | 2012-02-28 00:39:41 +0100 |
commit | 929935dd693058d898b57c98c97cf5e7401c42ec (patch) | |
tree | a58d5274ef699b60dd6e8f468739cf5b3cdb215c /examples/qml/cppextensions | |
parent | ccd859d2c47e926415c5b1307e84efd4197583c4 (diff) |
Examples refactor rebase
Automatic rebase did not move some new files to where they should have
gone.
Change-Id: I25515d29d8992acde15db0df1bb5972e35573e60
Reviewed-by: Martin Jones <[email protected]>
Diffstat (limited to 'examples/qml/cppextensions')
-rw-r--r-- | examples/qml/cppextensions/imageprovider/imageprovider.json | 1 | ||||
-rw-r--r-- | examples/qml/cppextensions/plugins/plugin.json | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/examples/qml/cppextensions/imageprovider/imageprovider.json b/examples/qml/cppextensions/imageprovider/imageprovider.json new file mode 100644 index 0000000000..0967ef424b --- /dev/null +++ b/examples/qml/cppextensions/imageprovider/imageprovider.json @@ -0,0 +1 @@ +{} diff --git a/examples/qml/cppextensions/plugins/plugin.json b/examples/qml/cppextensions/plugins/plugin.json new file mode 100644 index 0000000000..0967ef424b --- /dev/null +++ b/examples/qml/cppextensions/plugins/plugin.json @@ -0,0 +1 @@ +{} |