File indexing completed on 2025-02-02 04:14:59

0001 /* This file is part of the KDE project
0002    SPDX-FileCopyrightText: 2007 Thorsten Zachmann <zachmann@kde.org>
0003 
0004    SPDX-License-Identifier: LGPL-2.0-or-later
0005 */
0006 #ifndef TESTPOINTREMOVECOMMAND_H
0007 #define TESTPOINTREMOVECOMMAND_H
0008 
0009 #include <QObject>
0010 
0011 class TestPointRemoveCommand : public QObject
0012 {
0013     Q_OBJECT
0014 private Q_SLOTS:
0015     void redoUndoPointRemove();
0016     void redoUndoSubpathRemove();
0017     void redoUndoShapeRemove();
0018     void redoUndo();
0019 };
0020 
0021 #endif // TESTPOINTREMOVECOMMAND_H