Krita Source Code Documentation
Loading...
Searching...
No Matches
Plugin.h
Go to the documentation of this file.
1/* This file is part of the KDE project
2 *
3 * SPDX-FileCopyrightText: 2017 Boudewijn Rempt <boud@valdyas.org>
4 *
5 * SPDX-License-Identifier: LGPL-2.0-or-later
6 */
7
8#ifndef SVG_TEXT_TOOL_PLUGIN_H
9#define SVG_TEXT_TOOL_PLUGIN_H
10
11#include <QObject>
12#include <QVariantList>
13
14class Plugin : public QObject
15{
16 Q_OBJECT
17
18public:
19 Plugin(QObject *parent, const QVariantList &);
21};
22
23#endif
24
~Plugin()
Definition Plugin.h:20
Plugin(QObject *parent, const QVariantList &)