Purpose

helper.h
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
13namespace Purpose
14{
15QJsonObject readPluginType(const QString &pluginType);
16KPluginMetaData createMetaData(const QString &file);
17
18}
19
20#endif
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Tue Mar 26 2024 11:14:05 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.