QGroundControl
Ground Control Station for MAVLink Drones
Loading...
Searching...
No Matches
PowerModulePresetController.h
Go to the documentation of this file.
1#pragma once
2
3#include <QtCore/QVariantList>
4#include <QtQmlIntegration/QtQmlIntegration>
5
7
9{
10 Q_OBJECT
11 QML_ELEMENT
12
13public:
14 explicit PowerModulePresetController(QObject *parent = nullptr);
15 ~PowerModulePresetController() override = default;
16
17 Q_INVOKABLE QVariantList powerModulePresets() const;
18};
Used for handling missing Facts from C++ code.
~PowerModulePresetController() override=default