BreezeIcons

breezeicons.cpp
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#include "breezeicons.h"
10
11#include <QIcon>
12
13namespace BreezeIcons
14{
15
17{
18 // ensure we fallback to breeze
19 QIcon::setFallbackThemeName(QStringLiteral("breeze"));
20}
21
22}
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.
void setFallbackThemeName(const QString &name)
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Fri May 10 2024 11:52:44 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.