mirror of
https://github.com/fralx/LimeReport.git
synced 2025-09-23 16:39:07 +03:00
Data source holder from now is accessible via IDataSourceManager
This commit is contained in:
@@ -65,6 +65,7 @@ public:
|
||||
virtual VariableDataType variableDataType(const QString& name) = 0;
|
||||
virtual bool variableIsSystem(const QString& name) = 0;
|
||||
virtual IDataSource* dataSource(const QString& name) = 0;
|
||||
virtual IDataSourceHolder* dataSourceHolder(const QString& name) = 0;
|
||||
};
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user