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

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