QortalOS Brooklyn for Raspberry Pi 4
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

24 lines
487 B

/*
This file is part of the KDE project
SPDX-FileCopyrightText: 2021 Cyril Rossi <[email protected]>
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