Krita Source Code Documentation
Loading...
Searching...
No Matches
KoShapeApplicationData.h
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#ifndef KOSHAPEAPPLICATIONDATA_H
8#define KOSHAPEAPPLICATIONDATA_H
9
10#include "kritaflake_export.h"
11
26class KRITAFLAKE_EXPORT KoShapeApplicationData
27{
28public:
30};
31
32#endif