Empty JSON files are not needed for the plugin system
authorAlan Alpert <alan.alpert@nokia.com>
Tue, 24 Jul 2012 10:05:07 +0000 (20:05 +1000)
committerQt by Nokia <qt-info@nokia.com>
Wed, 25 Jul 2012 00:15:55 +0000 (02:15 +0200)
commit2d4f74b7d4a77f3470135e559d619c351cef6788
treef1db5eefe229408c432e1c260bf6b05929b54d5a
parent7daab8039abc32ab5be5706a08cb58905fe0e0b6
Empty JSON files are not needed for the plugin system

Change-Id: I8df57ed1ced8128723d790c30c00ccaba0a2787d
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
33 files changed:
examples/qml/cppextensions/imageprovider/imageprovider.cpp
examples/qml/cppextensions/imageprovider/imageprovider.json [deleted file]
examples/qml/cppextensions/plugins/plugin.cpp
examples/qml/cppextensions/plugins/plugin.json [deleted file]
examples/quick/painteditem/textballoons/TextBalloonPlugin/plugin.h
examples/quick/painteditem/textballoons/textballoon.json [deleted file]
examples/tutorials/extending/chapter6-plugins/chartsplugin.h
examples/tutorials/extending/chapter6-plugins/chartsplugin.json [deleted file]
examples/tutorials/gettingStartedQml/filedialog/dialogPlugin.h
examples/tutorials/gettingStartedQml/filedialog/dialogplugin.json [deleted file]
src/imports/folderlistmodel/folderlistmodel.json [deleted file]
src/imports/folderlistmodel/plugin.cpp
src/imports/localstorage/localstorage.json [deleted file]
src/imports/localstorage/plugin.cpp
src/imports/testlib/main.cpp
src/imports/testlib/testlib.json [deleted file]
src/imports/xmllistmodel/plugin.cpp
src/imports/xmllistmodel/xmllistmodel.json [deleted file]
src/plugins/qmltooling/qmldbg_qtquick2/qtquick2plugin.h
src/plugins/qmltooling/qmldbg_qtquick2/qtquick2plugin.json [deleted file]
src/plugins/qmltooling/qmldbg_tcp/qtcpserverconnection.h
src/plugins/qmltooling/qmldbg_tcp/qtcpserverconnection.json [deleted file]
tests/auto/qml/qqmlbundle/data/imports/bundletest/empty.json [deleted file]
tests/auto/qml/qqmlbundle/data/imports/bundletest/plugin.cpp
tests/auto/qml/qqmlmoduleplugin/empty.json [deleted file]
tests/auto/qml/qqmlmoduleplugin/nestedPlugin/nestedPlugin.cpp
tests/auto/qml/qqmlmoduleplugin/plugin.2.1/plugin.cpp
tests/auto/qml/qqmlmoduleplugin/plugin.2/plugin.cpp
tests/auto/qml/qqmlmoduleplugin/plugin/plugin.cpp
tests/auto/qml/qqmlmoduleplugin/pluginMixed/plugin.cpp
tests/auto/qml/qqmlmoduleplugin/pluginVersion/plugin.cpp
tests/auto/qml/qqmlmoduleplugin/pluginWithQmlFile/plugin.cpp
tests/auto/qml/qqmlmoduleplugin/pluginWrongCase/plugin.cpp