0
0
mirror of https://github.com/fralx/LimeReport.git synced 2024-12-25 00:54:39 +03:00

Variables cleaning on report loading has been added

This commit is contained in:
Arin Alexander 2016-04-06 01:36:59 +03:00
parent 79feedd360
commit f67602af43

View File

@ -1073,6 +1073,8 @@ void DataSourceManager::clear(ClearMethod method)
m_subqueries.clear(); m_subqueries.clear();
m_proxies.clear(); m_proxies.clear();
clearUserVariables();
emit cleared(); emit cleared();
} }