shift-shell/kcms/hotspot/hotspotsettings.h

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

21 lines
446 B
C
Raw Normal View History

/*
SPDX-FileCopyrightText: 2020 Tobias Fella <fella@posteo.de>
SPDX-License-Identifier: LGPL-2.0-or-later
*/
#ifndef HOTSPOTSETTINGS_H
#define HOTSPOTSETTINGS_H
2023-03-18 17:53:52 +00:00
#include <KQuickConfigModule>
2023-03-18 17:53:52 +00:00
class HotspotSettings : public KQuickConfigModule
{
Q_OBJECT
public:
HotspotSettings(QObject *parent, const KPluginMetaData &metaData, const QVariantList &args);
virtual ~HotspotSettings() override;
};
#endif // HOTSPOTSETTINGS_H