mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-07-13 13:55:50 +00:00
massive refactoring
This commit is contained in:
@ -41,7 +41,7 @@ private slots:
|
||||
|
||||
private:
|
||||
AWScriptFormatter *formatter = nullptr;
|
||||
QString code = QString("output = value");
|
||||
QString code = "output = value";
|
||||
QString codeWithReturn = QString("%1; return output;").arg(code);
|
||||
QString fullCode = QString("(function(value) { %1 })").arg(codeWithReturn);
|
||||
};
|
||||
|
Reference in New Issue
Block a user