Krita Source Code Documentation
Loading...
Searching...
No Matches
KoShapeUserData.cpp
Go to the documentation of this file.
1
/* This file is part of the KDE project
2
* SPDX-FileCopyrightText: 2006 Thomas Zander <zander@kde.org>
3
*
4
* SPDX-License-Identifier: LGPL-2.0-or-later
5
*/
6
7
#include "
KoShapeUserData.h
"
8
9
KoShapeUserData::KoShapeUserData
(QObject *parent)
10
: QObject(parent)
11
{
12
}
13
14
KoShapeUserData::~KoShapeUserData
()
15
{
16
}
17
18
KoShapeUserData::KoShapeUserData
(
const
KoShapeUserData
&rhs)
19
: QObject()
20
{
21
Q_UNUSED(rhs);
22
}
KoShapeUserData.h
KoShapeUserData
Definition
KoShapeUserData.h:33
KoShapeUserData::~KoShapeUserData
~KoShapeUserData() override
Definition
KoShapeUserData.cpp:14
KoShapeUserData::KoShapeUserData
KoShapeUserData(QObject *parent=0)
Constructor.
Definition
KoShapeUserData.cpp:9
libs
flake
KoShapeUserData.cpp
Generated at
2025-11-04 02:30:02+01:00
from
Krita
branch
master
, commit
c9dde2e79561a8aea4a7e8d9ac99c98a7bac9e52