Plasma-workspace

defaultwallpaper.h
1// SPDX-License-Identifier: LGPL-2.1-only OR LGPL-3.0-only OR LicenseRef-KDE-Accepted-LGPL
2// SPDX-FileCopyrightText: 2023 Méven Car <meven@kde.org>
3
4#pragma once
5
6#include "kworkspace_export.h"
7
8#include <KPackage/Package>
9
10namespace DefaultWallpaper
11{
12/**
13 * @returns the package containing the default wallpaper
14 */
15[[nodiscard]] KWORKSPACE_EXPORT KPackage::Package defaultWallpaperPackage();
16} // namespace DefaultWallpaper
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Sat Apr 27 2024 22:12:02 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.