Warning, file /graphics/okular/autotests/editdrawingtooldialogtest.h was not indexed or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).

0001 /*
0002     SPDX-FileCopyrightText: 2015 Laurent Montel <montel@kde.org>
0003 
0004     SPDX-License-Identifier: GPL-2.0-or-later
0005 */
0006 
0007 #ifndef EDITDRAWINGTOOLDIALOGTEST_H
0008 #define EDITDRAWINGTOOLDIALOGTEST_H
0009 
0010 #include <QObject>
0011 
0012 class EditDrawingToolDialogTest : public QObject
0013 {
0014     Q_OBJECT
0015 public:
0016     explicit EditDrawingToolDialogTest(QObject *parent = nullptr);
0017     ~EditDrawingToolDialogTest() override;
0018 
0019 private Q_SLOTS:
0020     void shouldHaveDefaultValues();
0021 };
0022 
0023 #endif // EDITDRAWINGTOOLDIALOGTEST_H