/* SPDX-FileCopyrightText: 2019-2020 Laurent Montel SPDX-License-Identifier: GPL-2.0-or-later */ #ifndef REFRESHSETTINGSFIRSTPAGE_H #define REFRESHSETTINGSFIRSTPAGE_H #include class RefreshSettingsFirstPage : public QWidget { Q_OBJECT public: explicit RefreshSettingsFirstPage(QWidget *parent = nullptr); ~RefreshSettingsFirstPage(); }; #endif // REFRESHSETTINGSFIRSTPAGE_H