Plasma-framework

units.h
1/*
2 SPDX-FileCopyrightText: 2021 Jonah BrĂ¼chert <jbb@kaidan.im>
3
4 SPDX-License-Identifier: LGPL-2.0-or-later
5*/
6
7#ifndef KIRIGAMIPLASMADESKTOPUNITS_H
8#define KIRIGAMIPLASMADESKTOPUNITS_H
9
10#include <QObject>
11
12#include <Kirigami/Platform/Units>
13
14#include <KConfigWatcher>
15
17{
19
20public:
21 explicit Units(QObject *parent = nullptr);
22
23 void updateAnimationSpeed();
24
25private:
26 KConfigWatcher::Ptr m_animationSpeedWatcher;
27};
28
29#endif
Q_OBJECTQ_OBJECT
QObject * parent() const const
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Fri May 17 2024 11:54:11 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.