Krita Source Code Documentation
Loading...
Searching...
No Matches
SnapshotPlugin.h
Go to the documentation of this file.
1
/* This file is part of the KDE project
2
* SPDX-FileCopyrightText: 2010 Matus Talcik <matus.talcik@gmail.com>
3
*
4
* SPDX-License-Identifier: LGPL-2.0-or-later
5
*/
6
7
#ifndef SNAPSHOT_PLUGIN_H_
8
#define SNAPSHOT_PLUGIN_H_
9
10
#include <QObject>
11
#include <QVariant>
12
13
class
SnapshotPlugin
:
public
QObject
14
{
15
Q_OBJECT
16
public
:
17
SnapshotPlugin
(QObject *parent,
const
QVariantList &);
18
~SnapshotPlugin
()
override
;
19
};
20
21
#endif
SnapshotPlugin
Definition
SnapshotPlugin.h:14
SnapshotPlugin::SnapshotPlugin
SnapshotPlugin(QObject *parent, const QVariantList &)
Definition
SnapshotPlugin.cpp:46
SnapshotPlugin::~SnapshotPlugin
~SnapshotPlugin() override
Definition
SnapshotPlugin.cpp:53
plugins
dockers
snapshotdocker
SnapshotPlugin.h
Generated at
2025-11-04 02:30:02+01:00
from
Krita
branch
master
, commit
c9dde2e79561a8aea4a7e8d9ac99c98a7bac9e52