Fix warnings in declarative tests.
authorFriedemann Kleint <Friedemann.Kleint@nokia.com>
Wed, 13 Jun 2012 10:10:18 +0000 (12:10 +0200)
committerQt by Nokia <qt-info@nokia.com>
Wed, 20 Jun 2012 15:22:31 +0000 (17:22 +0200)
commit58f3f50c43f021ebfe214062562498d02b6f2071
tree17e02ef27ee8d0e76eaf25f800836121b4c9b85e
parente884e15615dc97c95704835756680b9c38be29ea
Fix warnings in declarative tests.

- Unused variables and test data.
- () around operator &&.
- Conversion of false to 0-pointer where QVariant was intended.
- Missing enumeration value.
- Remove duplicated  qqmlecmascript entry from qml.pro
  (has an internal check for no-widgets).

Change-Id: Ie030167e22bce26e3988a4406c630fb460f61a3c
Reviewed-by: Jason McDonald <jason.mcdonald@nokia.com>
tests/auto/qml/debugger/shared/qqmldebugtestservice.cpp
tests/auto/qml/qml.pro
tests/auto/qml/qqmlecmascript/testtypes.cpp
tests/auto/qml/qqmlecmascript/testtypes.h
tests/auto/quick/qquickgridview/tst_qquickgridview.cpp
tests/auto/quick/qquicklistview/tst_qquicklistview.cpp
tests/auto/quick/qquickpositioners/tst_qquickpositioners.cpp