File indexing completed on 2024-11-24 04:39:30

0001 /*
0002     This file is part of Contact Editor.
0003 
0004     SPDX-FileCopyrightText: 2017-2024 Laurent Montel <montel@kde.org>
0005 
0006     SPDX-License-Identifier: LGPL-2.0-or-later
0007 */
0008 
0009 #pragma once
0010 
0011 #include <QObject>
0012 
0013 class MessageFormattingWidgetTest : public QObject
0014 {
0015     Q_OBJECT
0016 public:
0017     explicit MessageFormattingWidgetTest(QObject *parent = nullptr);
0018     ~MessageFormattingWidgetTest() override = default;
0019 private Q_SLOTS:
0020     void shouldHaveDefaultValue();
0021 };