mirror of
https://github.com/fralx/LimeReport.git
synced 2025-01-11 17:18:10 +03:00
Fix #44 'File > Save As' does not emit saveFinished
This commit is contained in:
parent
f7d8a5050a
commit
da3eb52563
@ -227,7 +227,9 @@ void ReportDesignWidget::slotItemSelected(BaseDesignIntf *item){
|
||||
}
|
||||
|
||||
void ReportDesignWidget::saveToFile(const QString &fileName){
|
||||
m_report->saveToFile(fileName);
|
||||
if (m_report->saveToFile(fileName)) {
|
||||
m_report->emitSaveFinished();
|
||||
}
|
||||
}
|
||||
|
||||
bool ReportDesignWidget::save()
|
||||
|
Loading…
Reference in New Issue
Block a user