Baloo

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

KDE's Doxygen guidelines are available online.