File indexing completed on 2024-05-12 13:39:51

0001 /*
0002     SPDX-FileCopyrightText: 2020 Tobias Fella <fella@posteo.de>
0003 
0004     SPDX-License-Identifier: LGPL-2.0-or-later
0005 */
0006 
0007 #ifndef HOTSPOTSETTINGS_H
0008 #define HOTSPOTSETTINGS_H
0009 
0010 #include <KQuickAddons/ConfigModule>
0011 
0012 class HotspotSettings : public KQuickAddons::ConfigModule
0013 {
0014     Q_OBJECT
0015 public:
0016     HotspotSettings(QObject *parent, const QVariantList &args);
0017     virtual ~HotspotSettings() override;
0018 };
0019 
0020 #endif // HOTSPOTSETTINGS_H