Krita

Extension.cpp
1 /*
2  * SPDX-FileCopyrightText: 2015 Cyrille Berger <[email protected]>
3  * SPDX-FileCopyrightText: 2016 Boudewijn Rempt <[email protected]>
4  *
5  * SPDX-License-Identifier: LGPL-2.0-or-later
6  */
7 
8 #include "Extension.h"
9 
10 #include <QDebug>
11 
13  : QObject(parent)
14 {
15 }
16 
17 Extension::~Extension()
18 {
19 }
Extension(QObject *parent=0)
Create a new extension.
Definition: Extension.cpp:12
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Tue Sep 26 2023 04:07:02 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.