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

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