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

loaded() signal has been added

This commit is contained in:
Arin Alexander
2018-05-08 10:58:43 +03:00
parent 5e6704c697
commit d344264bfb
5 changed files with 36 additions and 20 deletions

View File

@@ -168,6 +168,7 @@ private slots:
void slotDatasourceCollectionLoaded(const QString&);
void slotSceneRectChanged(QRectF);
void slotCurrentTabChanged(int index);
void slotReportLoaded();
#ifdef HAVE_QTDESIGNER_INTEGRATION
void slotDialogChanged(QString);
void slotDialogNameChanged(QString oldName, QString newName);