0
0
mirror of https://github.com/fralx/LimeReport.git synced 2025-11-07 00:21:24 +03:00

moveQObjectToScript() has been added to ScriptManager

This commit is contained in:
Arin Alexander
2019-01-30 01:53:21 +03:00
parent 6a18faf600
commit f48e414114
4 changed files with 12 additions and 1 deletions

View File

@@ -377,7 +377,7 @@ public:
QVariant evaluateScript(const QString &script);
void addTableOfContentsItem(const QString& uniqKey, const QString& content, int indent);
void clearTableOfContents();
ScriptValueType moveQObjectToScript(QObject* object, const QString objectName);
protected:
void updateModel();
bool containsFunction(const QString &functionName);