File indexing completed on 2025-01-26 04:09:17
0001 /* 0002 * SPDX-FileCopyrightText: 2020 Agata Cacko <cacko.azh@gmail.com> 0003 * 0004 * SPDX-License-Identifier: GPL-2.0-or-later 0005 */ 0006 0007 #ifndef __TEST_KO_ZOOM_ACTION_H 0008 #define __TEST_KO_ZOOM_ACTION_H 0009 0010 #include <simpletest.h> 0011 0012 #include <KoZoomAction.h> 0013 0014 class TestKoZoomAction : 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 /* __TEST_KO_ZOOM_ACTION_H */