mirror of
https://github.com/fralx/LimeReport.git
synced 2025-09-23 08:29:07 +03:00
Qt4 build fixed
This commit is contained in:
@@ -513,9 +513,9 @@ QString ScriptEngineManager::replaceScripts(QString context, QVariant &varValue,
|
||||
#else
|
||||
if (!se->hasUncaughtException()) {
|
||||
varValue = value.toVariant();
|
||||
context.replace(scriptTree->children()[i]->script(), value.toString());
|
||||
context.replace(item->script(), value.toString());
|
||||
} else {
|
||||
context.replace(scriptTree->children()[i]->script(), se->uncaughtException().toString());
|
||||
context.replace(item->script(), se->uncaughtException().toString());
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
Reference in New Issue
Block a user