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

External save settings

This commit is contained in:
Sanych
2023-12-15 22:01:06 +03:00
parent 0340e3f78b
commit 71fa8d8ee1
3 changed files with 7 additions and 0 deletions

View File

@@ -984,6 +984,11 @@ QSettings*ReportDesignWindow::settings()
}
}
void LimeReport::ReportDesignWindow::saveSettings()
{
writeState();
}
void ReportDesignWindow::slotNewReport(bool needCheck)
{
if (!needCheck || checkNeedToSave()) {