Warning, file /plasma/plasma-mobile/components/mobileshell/mobileshellplugin.h was not indexed or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).
0001 /* 0002 * SPDX-FileCopyrightText: 2021 Devin Lin <devin@kde.org> 0003 * 0004 * SPDX-License-Identifier: GPL-2.0-or-later 0005 */ 0006 0007 #pragma once 0008 0009 #include <QUrl> 0010 0011 #include <QQmlEngine> 0012 #include <QQmlExtensionPlugin> 0013 0014 class MobileShellPlugin : public QQmlExtensionPlugin 0015 { 0016 Q_OBJECT 0017 Q_PLUGIN_METADATA(IID "org.qt-project.Qt.QQmlExtensionInterface") 0018 0019 public: 0020 void registerTypes(const char *uri) override; 0021 };