MCPcopy Create free account
hub / github.com/TeXworks/texworks / ScriptObject

Method ScriptObject

src/scripting/ScriptObject.cpp:27–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25namespace Scripting {
26
27Tw::Scripting::ScriptObject::ScriptObject(std::unique_ptr<Script> &&script, QObject *parent)
28 : QObject(parent), m_script(std::move(script))
29{
30}
31
32} // namespace Scripting
33} // namespace Tw

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected