Krita Source Code Documentation
Loading...
Searching...
No Matches
artisticcolorselector_plugin.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 H_ARTISTIC_COLOR_SELECTOR_PLUGIN_H
8#define H_ARTISTIC_COLOR_SELECTOR_PLUGIN_H
9
10#include <QObject>
11#include <QVariant>
12
13class ArtisticColorSelectorPlugin: public QObject
14{
15 Q_OBJECT
16public:
17 ArtisticColorSelectorPlugin(QObject *parent, const QVariantList &);
18};
19
20#endif // H_ARTISTIC_COLOR_SELECTOR_PLUGIN_H
ArtisticColorSelectorPlugin(QObject *parent, const QVariantList &)