Ensure cached moduleName matches when avoiding conversion
authorMatthew Vogt <matthew.vogt@nokia.com>
Fri, 25 May 2012 00:01:21 +0000 (10:01 +1000)
committerQt by Nokia <qt-info@nokia.com>
Fri, 25 May 2012 00:13:38 +0000 (02:13 +0200)
commit1a93548e6b8095e211ea6ad8e074db4741b6801f
treef2abd41cfd80f732d7c7efc73a315554cc2d1a00
parent723ae1c9502af30889e1edd5d0a2d5800bbd42d8
Ensure cached moduleName matches when avoiding conversion

Multiple plugins can have their module strings loaded at the same
logical address, so simple comparison of the string addresses fails
between multiple plugins.

Change-Id: If0bcbaaafa595e9581db1f3e480f7b1bffbae101
Reviewed-by: Martin Jones <martin.jones@nokia.com>
src/qml/qml/qqmlmetatype.cpp