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

Method create

src/scripting/scripting.cpp:619–624  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

617KWin::Scripting *KWin::Scripting::s_self = nullptr;
618
619KWin::Scripting *KWin::Scripting::create(QObject *parent)
620{
621 Q_ASSERT(!s_self);
622 s_self = new Scripting(parent);
623 return s_self;
624}
625
626KWin::Scripting::Scripting(QObject *parent)
627 : QObject(parent)

Callers 1

createComponentMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected