3
0
mirror of https://github.com/Qortal/Brooklyn.git synced 2025-02-23 07:35:54 +00:00
Brooklyn/plasma/kcms/componentchooser/componentchoosergeo.h

19 lines
361 B
C
Raw Normal View History

2022-04-02 18:24:21 +05:00
/*
SPDX-FileCopyrightText: 2021 Volker Krause <vkrause@kde.org>
SPDX-License-Identifier: LGPL-2.0-or-later
*/
#ifndef COMPONENTCHOOSERGEO_H
#define COMPONENTCHOOSERGEO_H
#include "componentchooser.h"
class ComponentChooserGeo : public ComponentChooser
{
public:
explicit ComponentChooserGeo(QObject *parent);
void save() override;
};
#endif