akondi-mime5/akonadi-mime5/autotests/mdnstateattributetest.h

23 lines
473 B
C
Raw Normal View History

2024-08-05 16:19:50 +02:00
/*
SPDX-FileCopyrightText: 2014-2022 Laurent Montel <montel@kde.org>
SPDX-License-Identifier: GPL-2.0-only
*/
#pragma once
#include <QObject>
class MDNStateAttributeTest : public QObject
{
Q_OBJECT
public:
explicit MDNStateAttributeTest(QObject *parent = nullptr);
~MDNStateAttributeTest() override;
private Q_SLOTS:
void shouldHaveDefaultValue();
void shouldHaveType();
void shouldSerializedAttribute();
void shouldCloneAttribute();
};