Krita Source Code Documentation
Loading...
Searching...
No Matches
presethistory.h
Go to the documentation of this file.
1
/*
2
* SPDX-FileCopyrightText: 2015 Boudewijn Rempt <boud@valdyas.org>
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
16
class
PresetHistoryPlugin
:
public
QObject
17
{
18
Q_OBJECT
19
public
:
20
PresetHistoryPlugin
(QObject *parent,
const
QVariantList &);
21
~PresetHistoryPlugin
()
override
;
22
};
23
24
#endif
PresetHistoryPlugin
Definition
presethistory.h:17
PresetHistoryPlugin::~PresetHistoryPlugin
~PresetHistoryPlugin() override
Definition
presethistory.cpp:55
PresetHistoryPlugin::PresetHistoryPlugin
PresetHistoryPlugin(QObject *parent, const QVariantList &)
Definition
presethistory.cpp:49
plugins
dockers
presethistory
presethistory.h
Generated at
2025-11-04 02:30:02+01:00
from
Krita
branch
master
, commit
c9dde2e79561a8aea4a7e8d9ac99c98a7bac9e52