Krita Source Code Documentation
Loading...
Searching...
No Matches
Plugin.cpp
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#include "Plugin.h"
9
10#include <KoToolRegistry.h>
11
12#include <kpluginfactory.h>
13
14K_PLUGIN_FACTORY_WITH_JSON(PluginFactory, "calligra_tool_defaults.json", registerPlugin<Plugin>();)
15
16Plugin::Plugin(QObject *parent, const QVariantList &)
17 : QObject(parent)
18{
21}
22
23#include <Plugin.moc>
Factory for the KoInteractionTool.
static KoToolRegistry * instance()
Plugin(QObject *parent, const QVariantList &)
Definition Plugin.cpp:16
K_PLUGIN_FACTORY_WITH_JSON(KritaASCCDLFactory, "kritaasccdl.json", registerPlugin< KritaASCCDL >();) KritaASCCDL
ChildIterator< value_type, is_const > parent(const ChildIterator< value_type, is_const > &it)
Definition KisForest.h:327