Krita Source Code Documentation
Loading...
Searching...
No Matches
presetdocker.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 _PRESET_DOCKER_H_
8#define _PRESET_DOCKER_H_
9
10#include <QObject>
11#include <QVariant>
12
13class KisViewManager;
14
18class PresetDockerPlugin : public QObject
19{
20 Q_OBJECT
21 public:
22 PresetDockerPlugin(QObject *parent, const QVariantList &);
23 ~PresetDockerPlugin() override;
24};
25
26#endif
PresetDockerPlugin(QObject *parent, const QVariantList &)
~PresetDockerPlugin() override