Fix compiler warnings in QQmlType
authorKent Hansen <kent.hansen@nokia.com>
Mon, 12 Mar 2012 18:34:16 +0000 (19:34 +0100)
committerQt by Nokia <qt-info@nokia.com>
Mon, 19 Mar 2012 20:06:41 +0000 (21:06 +0100)
commit601c7383ab58042f914418df60b70e875a48f1d2
treea2fc3d87364672e1092dd6dfef7c43c104499b77
parentcca3f8bbdaf703fdf3c524fbe150444e3d07b9d4
Fix compiler warnings in QQmlType

clang said:

warning: expression result unused; should this cast be to 'void'?
 [-Wunused-value]

Change-Id: I51f9e2165f3ed550f599f4e3e7693f8e7eebbe1e
Reviewed-by: Jędrzej Nowacki <jedrzej.nowacki@nokia.com>
Reviewed-by: Michael Brasser <michael.brasser@nokia.com>
src/qml/qml/qqmlmetatype.cpp