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

isNeedToSave() added

This commit is contained in:
Sanych
2023-11-16 10:54:37 +03:00
parent e4b8701b21
commit ba902477b9
3 changed files with 7 additions and 0 deletions

View File

@@ -940,6 +940,11 @@ bool ReportDesignWindow::checkNeedToSave()
return true;
}
bool LimeReport::ReportDesignWindow::isNeedToSave()
{
return m_reportDesignWidget->isNeedToSave();
}
void ReportDesignWindow::showModal()
{
bool deleteOnClose = testAttribute(Qt::WA_DeleteOnClose);