Plugin metadata is now updated in setFileName(), not load().
authorLukas Geyer <lgeyer@gmx.at>
Fri, 24 Aug 2012 23:06:39 +0000 (01:06 +0200)
committerQt by Nokia <qt-info@nokia.com>
Wed, 29 Aug 2012 05:56:40 +0000 (07:56 +0200)
commitf61d02deeae522c410433a3aa9929e246f413cda
tree0164052877cf21e6d94d21377e556c3e0d6c0148
parent32efe589a39989d81e303219074958181ef44ff4
Plugin metadata is now updated in setFileName(), not load().

Plugin metadata has been updated in load(), with the
side-effect of metadata not beeing available until
plugin has been loaded - and which the new metadata
system tries to prevent in the first place. The
metadata is now updated (and avaiable) as soon as
a valid filename is set.

Change-Id: Ia5aedc67d8115e71c2ecbcbcadf786ba1c2893d8
Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
src/corelib/plugin/qlibrary.cpp
src/corelib/plugin/qlibrary_p.h
src/corelib/plugin/qpluginloader.cpp