| 1 | /* |
|---|---|
| 2 | SPDX-FileCopyrightText: 2015 Aleix Pol Gonzalez <aleixpol@blue-systems.com> |
| 3 | |
| 4 | SPDX-License-Identifier: LGPL-2.1-or-later |
| 5 | */ |
| 6 | |
| 7 | #ifndef PURPOSE_HELPER_H |
| 8 | #define PURPOSE_HELPER_H |
| 9 | |
| 10 | #include <KPluginMetaData> |
| 11 | #include <QJsonObject> |
| 12 | |
| 13 | namespace Purpose |
| 14 | { |
| 15 | QJsonObject readPluginType(const QString &pluginType); |
| 16 | KPluginMetaData createMetaData(const QString &file); |
| 17 | |
| 18 | } |
| 19 | |
| 20 | #endif |
| 21 |
