Plasma-workspace

taskmanagerplugin.h
1/*
2 SPDX-FileCopyrightText: 2015-2016 Eike Hein <hein@kde.org>
3
4 SPDX-License-Identifier: LGPL-2.1-only OR LGPL-3.0-only OR LicenseRef-KDE-Accepted-LGPL
5*/
6
7#pragma once
8
9#include <QQmlEngine>
10#include <QQmlExtensionPlugin>
11
12namespace TaskManager
13{
14class TaskManagerPlugin : public QQmlExtensionPlugin
15{
17 Q_PLUGIN_METADATA(IID "org.qt-project.Qt.QQmlExtensionInterface")
18
19public:
20 void registerTypes(const char *uri) override;
21};
22
23}
Q_OBJECTQ_OBJECT
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Tue Mar 26 2024 11:17:42 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.