Krita Source Code Documentation
Loading...
Searching...
No Matches
colorspaceconversion.h
Go to the documentation of this file.
1/*
2 * colorspaceconversion.h -- Part of Krita
3 *
4 * SPDX-FileCopyrightText: 2004 Boudewijn Rempt (boud@valdyas.org)
5 *
6 * SPDX-License-Identifier: GPL-2.0-or-later
7 */
8
9#ifndef COLORSPACECONVERSION_H
10#define COLORSPACECONVERSION_H
11
12#include <QVariant>
13
14#include <KisActionPlugin.h>
15
20{
21 Q_OBJECT
22public:
23 ColorSpaceConversion(QObject *parent, const QVariantList &);
24 ~ColorSpaceConversion() override;
25
26private Q_SLOTS:
30};
31
32#endif // COLORSPACECONVERSION_H
ColorSpaceConversion(QObject *parent, const QVariantList &)