mirror of
https://github.com/fralx/LimeReport.git
synced 2025-10-18 00:20:31 +03:00
ReportEnginePrivate has been changed to ReportEngine in PrewiewWindow and DesignerWindow
This commit is contained in:
@@ -63,11 +63,15 @@ class DataSourceManager;
|
||||
class ReportEnginePrivate;
|
||||
class PageDesignIntf;
|
||||
class PageItemDesignIntf;
|
||||
class ReportDesignWidget;
|
||||
class PreviewReportWidget;
|
||||
|
||||
typedef QList< QSharedPointer<PageItemDesignIntf> > ReportPages;
|
||||
|
||||
class LIMEREPORT_EXPORT ReportEngine : public QObject{
|
||||
Q_OBJECT
|
||||
friend class ReportDesignWidget;
|
||||
friend class PreviewReportWidget;
|
||||
public:
|
||||
static void setSettings(QSettings *value){m_settings=value;}
|
||||
public:
|
||||
|
Reference in New Issue
Block a user