mirror of
https://github.com/fralx/LimeReport.git
synced 2025-09-23 08:29:07 +03:00
Script browser update has been fixed
This commit is contained in:
@@ -64,6 +64,7 @@ void ScriptBrowser::setReportEditor(ReportDesignWidget* report)
|
||||
|
||||
void ScriptBrowser::updateFunctionTree()
|
||||
{
|
||||
ui->twFunctions->clear();
|
||||
ScriptEngineManager* sm = reportEditor()->scriptManager();
|
||||
QMap<QString,QTreeWidgetItem*> categ;
|
||||
foreach(ScriptFunctionDesc fd, sm->functionsDescriber()){
|
||||
|
Reference in New Issue
Block a user