File indexing completed on 2024-05-05 05:17:16

0001 /*
0002     SPDX-FileCopyrightText: 2016-2024 Laurent Montel <montel@kde.org>
0003     SPDX-FileCopyrightText: 2009 Thomas McGuire <mcguire@kde.org>
0004 
0005     SPDX-License-Identifier: LGPL-2.0-or-later
0006 */
0007 
0008 #pragma once
0009 
0010 #include <QObject>
0011 
0012 class SignatureTester : public QObject
0013 {
0014     Q_OBJECT
0015 
0016 private Q_SLOTS:
0017     void testSignatures();
0018     void testTextEditInsertion();
0019     void testBug167961();
0020     void testImages();
0021     void testLinebreaks();
0022     void testEqualSignatures();
0023 };