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

Method clone

src/scripting/ScriptAPI.h:49–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47 ScriptAPI(ScriptObject* script, QObject* twapp, QObject* ctx, QVariant& res);
48
49 QObject* clone() const override { return new ScriptAPI(m_script, m_app, m_target, m_result); }
50
51 QObject* self() override { return this; }
52

Callers 1

executeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected