mirror of
https://github.com/fralx/LimeReport.git
synced 2024-12-24 08:34:38 +03:00
Variables cleaning on report loading has been added
This commit is contained in:
parent
79feedd360
commit
f67602af43
@ -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();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user