0
0
mirror of https://github.com/fralx/LimeReport.git synced 2025-11-25 08:28:06 +03:00

Signals renaming fixed

This commit is contained in:
Arin Alexander
2018-05-31 18:49:57 +03:00
parent 8d8bea869e
commit 353712864a
7 changed files with 41 additions and 40 deletions

View File

@@ -798,7 +798,7 @@ void ReportDesignWidget::slotPagesLoadFinished()
{
applySettings();
//setActivePage(m_report->pageAt(0));
emit loaded();
emit loadFinished();
}
void ReportDesignWidget::slotDialogDeleted(QString dialogName)
@@ -856,7 +856,7 @@ void ReportDesignWidget::slotReportLoaded()
createTabs();
m_scriptEditor->setPlainText(m_report->scriptContext()->initScript());
m_scriptEditor->restoreState(editorState);
emit loaded();
emit loadFinished();
m_dialogChanged = false;
}