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