Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Say hello to QScriptProgram :-) | Kent Hansen | 2009-10-28 | 1 | -0/+86 |
QScriptProgram encapsulates a Qt Script program (AKA a script). It retains the compiled representation of the script, so that repeated evaluation of the same script becomes faster. An overload of QScriptEngine::evaluate() that takes a QScriptProgram has been added. Reviewed-by: Olivier Goffart |