File indexing completed on 2024-04-28 05:35:34

0001 // SPDX-License-Identifier: LGPL-2.1-only OR LGPL-3.0-only OR LicenseRef-KDE-Accepted-LGPL
0002 // SPDX-FileCopyrightText: 2023 Méven Car <meven@kde.org>
0003 
0004 #pragma once
0005 
0006 #include "kworkspace_export.h"
0007 
0008 #include <KPackage/Package>
0009 
0010 namespace DefaultWallpaper
0011 {
0012 /**
0013  * @returns the package containing the default wallpaper
0014  */
0015 [[nodiscard]] KWORKSPACE_EXPORT KPackage::Package defaultWallpaperPackage();
0016 } // namespace DefaultWallpaper