File indexing completed on 2025-01-26 04:09:17
0001 /* 0002 * SPDX-FileCopyrightText: 2016 Dmitry Kazakov <dimula73@gmail.com> 0003 * 0004 * SPDX-License-Identifier: GPL-2.0-or-later 0005 */ 0006 0007 #ifndef __KO_ANCHOR_SELECTION_WIDGET_TEST_H 0008 #define __KO_ANCHOR_SELECTION_WIDGET_TEST_H 0009 0010 #include <simpletest.h> 0011 0012 #include <KoAnchorSelectionWidget.h> 0013 0014 class KoAnchorSelectionWidgetTest : public QObject 0015 { 0016 Q_OBJECT 0017 private Q_SLOTS: 0018 void test(); 0019 0020 private Q_SLOTS: 0021 void slotValueChanged(KoFlake::AnchorPosition id); 0022 }; 0023 0024 #endif /* __KO_ANCHOR_SELECTION_WIDGET_TEST_H */