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