mirror of
https://github.com/python-LimeReport/LimeReport.git
synced 2025-10-02 03:53:21 +03:00
New functionality has been added to the report's variables
This commit is contained in:
@@ -237,7 +237,7 @@ void DataBrowser::updateVariablesTree()
|
||||
}
|
||||
}
|
||||
|
||||
foreach(QString variableName,m_report->dataManager()->namesOfUserVariables()){
|
||||
foreach(QString variableName,m_report->dataManager()->userVariableNames()){
|
||||
if (!m_report->dataManager()->variableNames().contains(variableName)){
|
||||
QStringList values;
|
||||
values<<variableName+" ["+m_report->dataManager()->variable(variableName).toString()+"]"
|
||||
|
Reference in New Issue
Block a user