okular/autotests/editdrawingtooldialogtest.h

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

24 lines
490 B
C
Raw Normal View History

2021-05-24 07:25:56 +00:00
/*
SPDX-FileCopyrightText: 2015 Laurent Montel <montel@kde.org>
SPDX-License-Identifier: GPL-2.0-or-later
*/
#ifndef EDITDRAWINGTOOLDIALOGTEST_H
#define EDITDRAWINGTOOLDIALOGTEST_H
#include <QObject>
class EditDrawingToolDialogTest : public QObject
{
Q_OBJECT
public:
2017-03-02 19:09:32 +00:00
explicit EditDrawingToolDialogTest(QObject *parent = nullptr);
~EditDrawingToolDialogTest() override;
private Q_SLOTS:
void shouldHaveDefaultValues();
};
#endif // EDITDRAWINGTOOLDIALOGTEST_H