Brooklyn/plasma/applets/showdesktop/plugin/showdesktopplugin.cpp
Scare Crowe d2ebfd0519 QortalOS Titan 5.60.12
Screw the description like that inbred T3Q
2022-03-05 21:17:59 +05:00

17 lines
398 B
C++

/*
SPDX-FileCopyrightText: 2014 Ashish Madeti <ashishmadeti@gmail.com>
SPDX-License-Identifier: GPL-2.0-or-later
*/
#include "showdesktopplugin.h"
#include "showdesktop.h"
// Qt
void ShowDesktopPlugin::registerTypes(const char *uri)
{
Q_ASSERT(QLatin1String(uri) == QLatin1String("org.kde.plasma.private.showdesktop"));
qmlRegisterType<ShowDesktop>(uri, 0, 1, "ShowDesktop");
}