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