KUserFeedback

qmlplugin.h
1/*
2 SPDX-FileCopyrightText: 2017 Volker Krause <vkrause@kde.org>
3
4 SPDX-License-Identifier: MIT
5*/
6
7#ifndef KUSERFEEDBACK_QMLPLUGIN_H
8#define KUSERFEEDBACK_QMLPLUGIN_H
9
10#include <QQmlExtensionPlugin>
11
12namespace KUserFeedback {
13
14class QmlPlugin : public QQmlExtensionPlugin
15{
17 Q_PLUGIN_METADATA(IID "org.qt-project.Qt.QQmlExtensionInterface")
18 public:
19 void registerTypes(const char *uri) override;
20};
21
22}
23
24#endif // KUSERFEEDBACK_QMLPLUGIN_H
Classes for integrating telemetry collection, survey targeting, and contribution encouragenemt and co...
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:20:56 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.