Krita Source Code Documentation
Loading...
Searching...
No Matches
DodgeBurnPlugin.h
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 2009 Cyrille Berger <cberger@cberger.net>
3 *
4 * SPDX-License-Identifier: LGPL-2.0-or-later
5 */
6
7#ifndef _DODGE_BURN_PLUGIN_H_
8#define _DODGE_BURN_PLUGIN_H_
9
10#include <QObject>
11#include <QVariant>
12
13class DodgeBurnPlugin : public QObject
14{
15 Q_OBJECT
16public:
17 DodgeBurnPlugin(QObject *parent, const QVariantList &);
18 ~DodgeBurnPlugin() override;
19};
20
21#endif
~DodgeBurnPlugin() override
DodgeBurnPlugin(QObject *parent, const QVariantList &)