From f67602af430364dd3b7425a3ad81aad777207423 Mon Sep 17 00:00:00 2001 From: Arin Alexander Date: Wed, 6 Apr 2016 01:36:59 +0300 Subject: [PATCH] Variables cleaning on report loading has been added --- limereport/lrdatasourcemanager.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/limereport/lrdatasourcemanager.cpp b/limereport/lrdatasourcemanager.cpp index 262d748..85bcc0e 100644 --- a/limereport/lrdatasourcemanager.cpp +++ b/limereport/lrdatasourcemanager.cpp @@ -1073,6 +1073,8 @@ void DataSourceManager::clear(ClearMethod method) m_subqueries.clear(); m_proxies.clear(); + clearUserVariables(); + emit cleared(); }