mirror of
https://github.com/python-LimeReport/LimeReport.git
synced 2025-10-08 21:53:14 +03:00
setReportFileName(const QString& fileName) has been added to ReportEngine
This commit is contained in:
@@ -698,6 +698,12 @@ QString ReportEngine::reportFileName()
|
||||
return d->reportFileName();
|
||||
}
|
||||
|
||||
void ReportEngine::setReportFileName(const QString &fileName)
|
||||
{
|
||||
Q_D(ReportEngine);
|
||||
return d->setReportFileName(fileName);
|
||||
}
|
||||
|
||||
bool ReportEngine::saveToFile()
|
||||
{
|
||||
Q_D(ReportEngine);
|
||||
|
Reference in New Issue
Block a user