diff --git a/scripting/scripting.cpp b/scripting/scripting.cpp index a49ab7f604..1be2c908ca 100644 --- a/scripting/scripting.cpp +++ b/scripting/scripting.cpp @@ -619,6 +619,7 @@ void KWin::Scripting::init() qmlRegisterType("org.kde.kwin", 2, 0, "ClientModelByScreen"); qmlRegisterType("org.kde.kwin", 2, 0, "ClientModelByScreenAndDesktop"); qmlRegisterType("org.kde.kwin", 2, 0, "ClientFilterModel"); + qmlRegisterType(); qmlRegisterType(); qmlRegisterType();