Fixed build on linux
This commit is contained in:
@@ -28,7 +28,8 @@ void ReportViewer::setReport(ReportPtr report)
|
||||
QFile file(reportPath);
|
||||
file.open(QFile::ReadOnly);
|
||||
|
||||
m_report->loadFromByteArray(&file.readAll());
|
||||
QByteArray data = file.readAll();
|
||||
m_report->loadFromByteArray(&data);
|
||||
m_report->setReportFileName(reportPath);
|
||||
m_report->dataManager()->setReportVariable("dbPath", Context::instance().settings()->value("db/path", "").toString());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user