File indexing completed on 2024-12-22 05:05:23

0001 /*
0002    SPDX-FileCopyrightText: 2020-2024 Laurent Montel <montel@kde.org>
0003 
0004    SPDX-License-Identifier: GPL-2.0-or-later
0005 */
0006 
0007 #pragma once
0008 
0009 #include <QObject>
0010 class ImportAddressbookJobInterfaceTest : public QObject
0011 {
0012     Q_OBJECT
0013 public:
0014     explicit ImportAddressbookJobInterfaceTest(QObject *parent = nullptr);
0015     ~ImportAddressbookJobInterfaceTest() override = default;
0016 private Q_SLOTS:
0017     void importAddressbook();
0018     void importAddressbook_data();
0019 };