// SPDX-License-Identifier: LGPL-2.1-only OR LGPL-3.0-only OR LicenseRef-KDE-Accepted-LGPL // SPDX-FileCopyrightText: 2023 Méven Car #pragma once #include "kworkspace_export.h" #include namespace DefaultWallpaper { /** * @returns the package containing the default wallpaper */ [[nodiscard]] KWORKSPACE_EXPORT KPackage::Package defaultWallpaperPackage(); } // namespace DefaultWallpaper