File indexing completed on 2024-05-12 15:56:53

0001 /* This file is part of the KDE project
0002  *
0003  * SPDX-FileCopyrightText: 2006 Thomas Zander <zander@kde.org>
0004  *
0005  * SPDX-License-Identifier: LGPL-2.0-or-later
0006  */
0007 #include "KoToolSelection.h"
0008 
0009 KoToolSelection::KoToolSelection(QObject *parent)
0010         : QObject(parent)
0011 {
0012 }
0013 
0014 KoToolSelection::~KoToolSelection()
0015 {
0016 }