mirror of
https://github.com/python-LimeReport/LimeReport.git
synced 2025-09-23 16:49:07 +03:00
Designer plugin interface renamed
This commit is contained in:
@@ -4,12 +4,12 @@
|
||||
#include <QMainWindow>
|
||||
#include <lrdesignerplugininterface.h>
|
||||
|
||||
class ReportDesignerFactoryPlugin : public QObject, public LimeReportPluginInterface {
|
||||
class ReportDesignerFactoryPlugin : public QObject, public LimeReportDesignerPluginInterface {
|
||||
Q_OBJECT
|
||||
#if QT_VERSION >= 0x050000
|
||||
Q_PLUGIN_METADATA(IID "ru.limereport.DersignerFactoryInterface")
|
||||
#endif
|
||||
Q_INTERFACES( LimeReportPluginInterface )
|
||||
Q_INTERFACES( LimeReportDesignerPluginInterface )
|
||||
|
||||
public:
|
||||
~ReportDesignerFactoryPlugin();
|
||||
|
Reference in New Issue
Block a user