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