I'm going through the QScript guide- how did you create globals such as outputData and outputDataManager ?
They are set up by calls to m_ScriptEngine->globalObject().setProperty(...)
in CctwApplication::initialize,
there are also global functions defined in the
CctwScriptEngine constructor
Log in to post a comment.
They are set up by calls to
m_ScriptEngine->globalObject().setProperty(...)
in CctwApplication::initialize,
there are also global functions defined in the
CctwScriptEngine constructor