0
0
mirror of https://github.com/fralx/LimeReport.git synced 2025-11-25 00:18:06 +03:00

ReportEnginePrivate has been changed to ReportEngine in PrewiewWindow and DesignerWindow

This commit is contained in:
Arin Alexander
2017-03-22 14:42:09 +03:00
parent 0505801e3a
commit 188ab54ee2
12 changed files with 44 additions and 25 deletions

View File

@@ -150,7 +150,7 @@ protected:
void createTabs();
private:
bool eventFilter(QObject *target, QEvent *event);
ReportDesignWidget(ReportEnginePrivate* report,QMainWindow *mainWindow,QWidget *parent = 0);
ReportDesignWidget(ReportEngine* report,QMainWindow *mainWindow,QWidget *parent = 0);
private:
ReportEnginePrivate* m_report;
QGraphicsView *m_view;