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

0001 /*
0002     This file is part of Contact Editor.
0003 
0004     SPDX-FileCopyrightText: 2016 eyeOS S.L.U., a Telefonica company, sales@eyeos.com
0005     SPDX-FileCopyrightText: 2016-2020 Laurent Montel <montel.org>
0006 
0007     SPDX-License-Identifier: LGPL-2.0-or-later
0008 */
0009 
0010 #pragma once
0011 
0012 #include <QObject>
0013 class MailWidgetTest : public QObject
0014 {
0015     Q_OBJECT
0016 public:
0017     explicit MailWidgetTest(QObject *parent = nullptr);
0018     ~MailWidgetTest() override;
0019 private Q_SLOTS:
0020     void shouldHaveDefaultValue();
0021 };