#include "scriptedeffect.h"
#include "opengl/glshader.h"
#include "opengl/glshadermanager.h"
#include "scripting_logging.h"
#include "workspace_wrapper.h"
#include "core/output.h"
#include "effect/effecthandler.h"
#include "input.h"
#include "screenedge.h"
#include "workspace.h"
#include <KConfigGroup>
#include <KGlobalAccel>
#include <KPluginMetaData>
#include <kconfigloader.h>
#include <QAction>
#include <QFile>
#include <QList>
#include <QQmlEngine>
#include <QStandardPaths>
#include <optional>
#include "moc_scriptedeffect.cpp"
Go to the source code of this file.