QtDeclarative: Fix warnings in tests.
authorFriedemann Kleint <Friedemann.Kleint@nokia.com>
Fri, 25 Nov 2011 07:49:45 +0000 (08:49 +0100)
committerQt by Nokia <qt-info@nokia.com>
Mon, 28 Nov 2011 08:06:52 +0000 (09:06 +0100)
commit7f20428c91bad817b2d350536756dd55a8d2103b
tree6f8fedd485d2a0a18c31560020b504bdf82efb35
parentd0d12171b06d568bfcc7717471f4af5b877cfc1f
QtDeclarative: Fix warnings in tests.

- Unused parameters
- Missing interfaces
- tst_QQuickListView: Fix call canvas->rootContext()->setContextProperty
  to use a QVariant (instead of implicitly converting to QObject*)
  which was apparently intended.

Change-Id: Idc95d9408051e6f5b7005a7eccd764ac218ff867
Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
tests/auto/declarative/qdeclarativechangeset/tst_qdeclarativechangeset.cpp
tests/auto/declarative/qdeclarativeincubator/testtypes.h
tests/auto/declarative/qdeclarativeincubator/tst_qdeclarativeincubator.cpp
tests/auto/declarative/qdeclarativelanguage/testtypes.h
tests/auto/declarative/qdeclarativemoduleplugin/pluginMixed/plugin.cpp
tests/auto/declarative/qjsengine/tst_qjsengine.cpp
tests/auto/declarative/qquickcanvas/tst_qquickcanvas.cpp
tests/auto/declarative/qquickimage/tst_qquickimage.cpp
tests/auto/declarative/qquicklistview/tst_qquicklistview.cpp
tests/auto/declarative/qquickvisualdatamodel/tst_qquickvisualdatamodel.cpp