mirror of
https://github.com/python-LimeReport/LimeReport.git
synced 2025-03-15 14:53:54 +03:00
reverted incorrect update function name in signal slot connection
This commit is contained in:
parent
afd4944506
commit
ff61fef0a4
@ -58,7 +58,7 @@ void ScriptBrowser::setReportEditor(ReportDesignWidget* report)
|
|||||||
{
|
{
|
||||||
m_report=report;
|
m_report=report;
|
||||||
connect(m_report,SIGNAL(cleared()),this,SLOT(slotClear()));
|
connect(m_report,SIGNAL(cleared()),this,SLOT(slotClear()));
|
||||||
connect(m_report,SIGNAL(loadFinished()),this,SLOT(slotUpdate()));
|
connect(m_report,SIGNAL(loaded()),this,SLOT(slotUpdate()));
|
||||||
#ifdef HAVE_UI_LOADER
|
#ifdef HAVE_UI_LOADER
|
||||||
connect(m_report->scriptContext(), SIGNAL(dialogAdded(QString)), this, SLOT(slotDialogAdded(QString)));
|
connect(m_report->scriptContext(), SIGNAL(dialogAdded(QString)), this, SLOT(slotDialogAdded(QString)));
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user