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

typo fixed

This commit is contained in:
Arin Alexander
2018-05-22 11:13:36 +03:00
parent 98cf12984e
commit 77f26a846b
5 changed files with 11 additions and 8 deletions

View File

@@ -507,7 +507,7 @@ QObject *ProxyDesc::elementAt(const QString &collectionName, int index)
ProxyHolder::ProxyHolder(ProxyDesc* desc, DataSourceManager* dataManager)
:m_model(0), m_desc(desc), m_lastError(""), m_mode(IDataSource::RENDER_MODE),
m_invalid(false), m_dataManger(dataManager)
m_invalid(false), m_dataManager(dataManager)
{}
QString ProxyHolder::masterDatasource()