/* SPDX-FileCopyrightText: 2011 Martin Gräßlin SPDX-FileCopyrightText: 2013 Eike Hein SPDX-License-Identifier: GPL-2.0-or-later */ #include "taskmanagerplugin.h" #include "backend.h" #include "smartlaunchers/smartlauncheritem.h" #include void TaskManagerPlugin::registerTypes(const char *uri) { qmlRegisterType(uri, 0, 1, "Backend"); qmlRegisterType(uri, 0, 1, "SmartLauncherItem"); }