3
0
mirror of https://github.com/Qortal/Brooklyn.git synced 2025-02-22 23:25:52 +00:00
Brooklyn/plasma/kcms/componentchooser/componentchoosergeo.h
2022-04-02 18:24:21 +05:00

19 lines
361 B
C++

/*
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