Don't inherit from QFactoryInterface for image plugins
authorLars Knoll <lars.knoll@nokia.com>
Sun, 27 May 2012 01:40:00 +0000 (03:40 +0200)
committerQt by Nokia <qt-info@nokia.com>
Thu, 7 Jun 2012 22:12:00 +0000 (00:12 +0200)
commitc9d040c1f5b0ee0ddd37e924576ec3bbd990f2ed
tree9b31abbd8e80f9d1c9b436a4a1bdcbafa52e9b4c
parent21019539fb0d2cc2db3d16c069fd38dec670c177
Don't inherit from QFactoryInterface for image plugins

QFactoryInterface is obsolete now that we have the new plugins loading
mechanism, where we can get the keys out of the plugin without
having to load it. Remove it from QImageIOHandlerFactoryInterface
as a first step of getting completely rid of it.

Change-Id: I856b149dd20131e1cdcdcb271c1a355c9e0da6ab
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
src/gui/image/qimageiohandler.cpp
src/gui/image/qimageiohandler.h
src/plugins/imageformats/gif/main.cpp
src/plugins/imageformats/gif/main.h
src/plugins/imageformats/ico/main.cpp
src/plugins/imageformats/ico/main.h
src/plugins/imageformats/jpeg/main.cpp
src/plugins/imageformats/jpeg/main.h