Designer plugin interface renamed

This commit is contained in:
Arin Alexander
2018-06-21 13:38:47 +03:00
parent 39253b1f55
commit 1a189054f7
4 changed files with 8 additions and 8 deletions

View File

@@ -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();