KNotifications

knotificationqmlplugin.h
1 /*
2  SPDX-FileCopyrightText: 2021 Volker Krause <[email protected]>
3 
4  SPDX-License-Identifier: LGPL-2.0-or-later
5 */
6 
7 #ifndef KNOTIFICATIONQMLPLUGIN_H
8 #define KNOTIFICATIONQMLPLUGIN_H
9 
10 #include <QQmlEngine>
11 #include <QQmlExtensionPlugin>
12 
13 class KNotificationQmlPlugin : public QQmlExtensionPlugin
14 {
15  Q_OBJECT
16  Q_PLUGIN_METADATA(IID "org.qt-project.Qt.QQmlExtensionInterface")
17 public:
18  void registerTypes(const char *uri) override;
19 };
20 
21 #endif // KNOTIFICATIONQMLPLUGIN_H
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon May 8 2023 03:49:15 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.