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

Method ScriptedEffectLoader

src/effect/effectloader.cpp:74–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72static const QString s_serviceType = QStringLiteral("KWin/Effect");
73
74ScriptedEffectLoader::ScriptedEffectLoader(QObject *parent)
75 : AbstractEffectLoader(parent)
76 , m_queue(new EffectLoadQueue<ScriptedEffectLoader, KPluginMetaData>(this))
77{
78}
79
80ScriptedEffectLoader::~ScriptedEffectLoader()
81{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected