BreezeIcons

breezeicons.h
1/*
2 This file is part of the KDE libraries
3
4 SPDX-FileCopyrightText: 2021 Christoph Cullmann <cullmann@kde.org>
5
6 SPDX-License-Identifier: LGPL-2.0-or-later
7*/
8
9#ifndef BREEZEICONS_H
10#define BREEZEICONS_H
11
12#include <breezeicons_export.h>
13
14/**
15 * This namespace contains utility functions to integrate the
16 * Breeze icons into your application.
17 */
18namespace BreezeIcons
19{
20
21/**
22 * Sets up the Breeze icons and sets the fallback icon theme used by Qt
23 * to the Breeze icons.
24 *
25 * @since 6.0
26 */
27BREEZEICONS_EXPORT void initIcons();
28
29}
30
31#endif
This namespace contains utility functions to integrate the Breeze icons into your application.
void initIcons()
Sets up the Breeze icons and sets the fallback icon theme used by Qt to the Breeze icons.
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Fri May 17 2024 11:52:27 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.