summaryrefslogtreecommitdiffstats
path: root/src/script/api/qscriptprogram.h
Commit message (Collapse)AuthorAgeFilesLines
* Say hello to QScriptProgram :-)Kent Hansen2009-10-281-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