MCPcopy Create free account
hub / github.com/Sonic-DE/sonic-win / ScriptTimer

Method ScriptTimer

src/scripting/scripting.cpp:128–131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

126}
127
128KWin::ScriptTimer::ScriptTimer(QObject *parent)
129 : QTimer(parent)
130{
131}
132
133KWin::Script::Script(int id, QString scriptName, QString pluginName, QObject *parent)
134 : AbstractScript(id, scriptName, pluginName, parent)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected