Adapt to QMetaMethod::typeName() behavioral change for "void"
authorKent Hansen <kent.hansen@nokia.com>
Tue, 20 Mar 2012 19:07:50 +0000 (20:07 +0100)
committerQt by Nokia <qt-info@nokia.com>
Thu, 22 Mar 2012 08:15:25 +0000 (09:15 +0100)
commitc3babc03c99c6ca5fa210486e133eb456a405bab
tree3f545e5daa5308bdc6a74773f82055c1e3884caa
parent392b078c78b265ee636e57fca01eebd69f262985
Adapt to QMetaMethod::typeName() behavioral change for "void"

QMetaMethod::typeName() has been changed to return "void",
rather than an empty string, when the return type is void.

Change-Id: Ifc903ba60a06ffaefe27c94fe629698d64904d94
Reviewed-by: Jędrzej Nowacki <jedrzej.nowacki@nokia.com>
src/qml/qml/qqmlpropertycache.cpp
tests/auto/qml/qqmlmetaobject/tst_qqmlmetaobject.cpp