Krita Source Code Documentation
Loading...
Searching...
No Matches
roundmarker_paintop_plugin.h
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 2016 Dmitry Kazakov <dimula73@gmail.com>
3 *
4 * SPDX-License-Identifier: GPL-2.0-or-later
5 */
6
7#ifndef _ROUNDMARKER_PAINTOP_PLUGIN_H_
8#define _ROUNDMARKER_PAINTOP_PLUGIN_H_
9
10#include <QObject>
11#include <QVariant>
12
16class RoundMarkerPaintOpPlugin: public QObject
17{
18 Q_OBJECT
19public:
20 RoundMarkerPaintOpPlugin(QObject *parent, const QVariantList &);
22};
23
24#endif // _ROUNDMARKER_PAINTOP_PLUGIN_H_
RoundMarkerPaintOpPlugin(QObject *parent, const QVariantList &)