mirror of
https://github.com/fralx/LimeReport.git
synced 2025-12-15 17:29:54 +03:00
isNeedToSave() added
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user