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