0
0
mirror of https://github.com/fralx/LimeReport.git synced 2025-12-16 01:39:55 +03:00

added proxyModel to filter datasource for groupHeader

This commit is contained in:
yanis60
2024-05-29 08:26:18 +01:00
parent 7b7d4add4e
commit 8915075561
13 changed files with 260 additions and 47 deletions

View File

@@ -329,6 +329,7 @@ bool DataSourceManager::addModel(const QString &name, QAbstractItemModel *model,
} catch (ReportError &e){
putError(e.what());
setLastError(e.what());
delete model;
return false;
}
emit datasourcesChanged();