Krita Source Code Documentation
Loading...
Searching...
No Matches
KisToolEncloseAndFillPlugin.h
Go to the documentation of this file.
1/*
2 * KDE. Krita Project.
3 *
4 * SPDX-FileCopyrightText: 2022 Deif Lou <ginoba@gmail.com>
5 *
6 * SPDX-License-Identifier: GPL-2.0-or-later
7 */
8
9#ifndef KISTOOLENCLOSEANDFILLPLUGIN_H
10#define KISTOOLENCLOSEANDFILLPLUGIN_H
11
12#include <QObject>
13#include <QVariant>
14
15class KisToolEncloseAndFillPlugin : public QObject
16{
17 Q_OBJECT
18public:
19 KisToolEncloseAndFillPlugin(QObject *parent, const QVariantList &);
21
22};
23
24#endif
KisToolEncloseAndFillPlugin(QObject *parent, const QVariantList &)