3
0
mirror of https://github.com/Qortal/Brooklyn.git synced 2025-02-12 02:05:54 +00:00
Brooklyn/plasma/kcms/kded/kdedconfigdata.h
Scare Crowe d2ebfd0519 QortalOS Titan 5.60.12
Screw the description like that inbred T3Q
2022-03-05 21:17:59 +05:00

25 lines
487 B
C++

/*
This file is part of the KDE project
SPDX-FileCopyrightText: 2021 Cyril Rossi <cyril.rossi@enioka.com>
SPDX-License-Identifier: GPL-2.0-or-later
*/
#ifndef KDEDCONFIGDATA_H
#define KDEDCONFIGDATA_H
#include <KCModuleData>
#include <QObject>
class KDEDConfigData : public KCModuleData
{
Q_OBJECT
public:
KDEDConfigData(QObject *parent = nullptr, const QVariantList &args = QVariantList());
bool isDefaults() const override;
};
#endif // KDEDCONFIGDATA_H