Expose the plugins meta data in the plugin loader
authorLars Knoll <lars.knoll@nokia.com>
Sun, 27 May 2012 09:38:36 +0000 (11:38 +0200)
committerQt by Nokia <qt-info@nokia.com>
Tue, 5 Jun 2012 06:58:00 +0000 (08:58 +0200)
commitb7be632d5e777dfdfd7d6a31ba083e3ac653603d
tree08f9c479d5a87151a5274dd2e85901e62bbd22c8
parent87e50e079ea226af95699438b38ee5f4574aae68
Expose the plugins meta data in the plugin loader

add a metaData() method to QPluginLoader so that
applications can query the plugins meta data without
having to load the plugin.

Change-Id: Ic3ebb35fd3c403926326e8dd1de4176b0c48dbef
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
src/corelib/plugin/qpluginloader.cpp
src/corelib/plugin/qpluginloader.h