0
0
mirror of https://github.com/fralx/LimeReport.git synced 2025-12-15 17:29:54 +03:00

Some changes

This commit is contained in:
Sanych
2023-11-14 11:37:14 +03:00
parent 85ec78dd3d
commit 8dd7540a8b
5 changed files with 36 additions and 3 deletions

View File

@@ -915,6 +915,11 @@ void ReportDesignWindow::restoreSetting()
createRecentFilesMenu();
}
QImage ReportDesignWindow::previewImage(int pageN)
{
return QImage{};
}
bool ReportDesignWindow::checkNeedToSave()
{
if (m_reportDesignWidget->isNeedToSave()){