Krita Source Code Documentation
Loading...
Searching...
No Matches
KoToolSelection.cpp
Go to the documentation of this file.
1/* This file is part of the KDE project
2 *
3 * SPDX-FileCopyrightText: 2006 Thomas Zander <zander@kde.org>
4 *
5 * SPDX-License-Identifier: LGPL-2.0-or-later
6 */
7#include "KoToolSelection.h"
8
10 : QObject(parent)
11{
12}
13
~KoToolSelection() override
KoToolSelection(QObject *parent=0)