/* === This file is part of Calamares - === * * SPDX-FileCopyrightText: 2019 Adriaan de Groot * SPDX-License-Identifier: GPL-3.0-or-later * * Calamares is Free Software: see the License-Identifier above. * */ #ifndef CLEARMOUNTSJOBTESTS_H #define CLEARMOUNTSJOBTESTS_H #include class ClearMountsJobTests : public QObject { Q_OBJECT public: ClearMountsJobTests(); private Q_SLOTS: void testFindPartitions(); }; #endif