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
2026-01-15 02:30:07+01:00
from
Krita
branch
master
, commit
38b517ca06286bb65279453cbf9a2b4fbd1153d1