Change-Id: Iaaf56ec3bb0d2423c8ab5deb0627dc1357cee830
Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
* Plugins *
****************************************************************************
- The text codecs that were previously plugins are now built into QtCore.
+- Code using Q_EXPORT_PLUGIN macros will no longer compile. Use
+ Q_PLUGIN_METADATA instead. Note that this requires that the class
+ be default-constructible.
****************************************************************************
* Important Behavior Changes *
See the \l{tools/plugandpaint}{Plug & Paint} example for details.
+ Note that the class this macro appears on must be default-constructible
+
\sa Q_DECLARE_INTERFACE(), {How to Create Qt Plugins}
*/