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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user