File indexing completed on 2024-12-22 05:01:09
0001 /* 0002 This file is part of KMail, the KDE mail client. 0003 SPDX-FileCopyrightText: 2021-2024 Laurent Montel <montel@kde.org> 0004 0005 SPDX-License-Identifier: GPL-2.0-only 0006 */ 0007 0008 #pragma once 0009 0010 #include <QObject> 0011 0012 class CollectionSwitcherTreeViewManagerTest : public QObject 0013 { 0014 Q_OBJECT 0015 public: 0016 explicit CollectionSwitcherTreeViewManagerTest(QObject *parent = nullptr); 0017 ~CollectionSwitcherTreeViewManagerTest() override = default; 0018 private Q_SLOTS: 0019 void shouldHaveDefaultValues(); 0020 };