mirror of
https://github.com/python-LimeReport/LimeReport.git
synced 2024-12-24 12:34:39 +03:00
Finish 1.4.65
This commit is contained in:
commit
f8eb1ceb97
@ -83,6 +83,7 @@ ReportEnginePrivate::ReportEnginePrivate(QObject *parent) :
|
||||
#endif
|
||||
m_datasources = new DataSourceManager(this);
|
||||
m_datasources->setReportSettings(&m_reportSettings);
|
||||
scriptManager()->setDataManager(m_datasources);
|
||||
m_scriptEngineContext = new ScriptEngineContext(this);
|
||||
|
||||
ICallbackDatasource* tableOfContents = m_datasources->createCallbackDatasource("tableofcontents");
|
||||
|
Loading…
Reference in New Issue
Block a user