File indexing completed on 2024-04-14 03:58:03

0001 /*
0002     SPDX-FileCopyrightText: 2015 Aleix Pol Gonzalez <aleixpol@blue-systems.com>
0003 
0004     SPDX-License-Identifier: LGPL-2.1-or-later
0005 */
0006 
0007 #ifndef PURPOSE_HELPER_H
0008 #define PURPOSE_HELPER_H
0009 
0010 #include <KPluginMetaData>
0011 #include <QJsonObject>
0012 
0013 namespace Purpose
0014 {
0015 QJsonObject readPluginType(const QString &pluginType);
0016 KPluginMetaData createMetaData(const QString &file);
0017 
0018 }
0019 
0020 #endif