mirror of
https://github.com/fralx/LimeReport.git
synced 2024-12-24 16:44:39 +03:00
fix #12 Not all members of a class are initialized inside the constructor. Consider inspecting: m_dataManager. lrdatasourcemanager.h 74
This commit is contained in:
parent
9b642c9d02
commit
5e95aceeb7
@ -70,7 +70,7 @@ void DataNode::clear()
|
|||||||
|
|
||||||
|
|
||||||
DataSourceModel::DataSourceModel(DataSourceManager* dataManager)
|
DataSourceModel::DataSourceModel(DataSourceManager* dataManager)
|
||||||
:m_rootNode(new DataNode())
|
:m_dataManager(0), m_rootNode(new DataNode())
|
||||||
{
|
{
|
||||||
setDataSourceManager(dataManager);
|
setDataSourceManager(dataManager);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user