/* === This file is part of Calamares - === * * SPDX-FileCopyrightText: 2022 Adriaan de Groot * SPDX-License-Identifier: GPL-3.0-or-later * * Calamares is Free Software: see the License-Identifier above. * */ #ifndef CALAMARES_CALAMARESABOUT_H #define CALAMARES_CALAMARESABOUT_H #include "DllMacro.h" #include namespace Calamares { DLLEXPORT const QString aboutStringUntranslated(); DLLEXPORT const QString aboutString(); } // namespace Calamares #endif