The following class members are obsolete. They are provided to keep old source code working. We strongly advise against using them in new code.
Q_EXPORT_PLUGIN ( ClassName ) (obsolete) |
Use Q_EXPORT_PLUGIN2() instead. This macro is equivalent to Q_EXPORT_PLUGIN2(ClassName, ClassName).