mirror of
https://github.com/fralx/LimeReport.git
synced 2025-11-25 00:18:06 +03:00
Font editors has been fixed
This commit is contained in:
@@ -480,7 +480,7 @@ void ReportEnginePrivate::printToFile(const QString &fileName)
|
||||
|
||||
bool ReportEnginePrivate::printToPDF(const QString &fileName)
|
||||
{
|
||||
return exportReport("PDF");
|
||||
return exportReport("PDF", fileName);
|
||||
}
|
||||
|
||||
bool ReportEnginePrivate::exportReport(QString exporterName, const QString &fileName, const QMap<QString, QVariant> ¶ms)
|
||||
|
||||
Reference in New Issue
Block a user