Skip to content
QGCMissionOther.h 414 B
Newer Older
pixhawk's avatar
pixhawk committed
#ifndef QGCMISSIONOTHER_H
#define QGCMISSIONOTHER_H

#include <QWidget>
pixhawk's avatar
pixhawk committed

namespace Ui {
    class QGCMissionOther;
}

class QGCMissionOther : public QWidget
{
    Q_OBJECT

public:
    explicit QGCMissionOther(WaypointEditableView* WEV);
pixhawk's avatar
pixhawk committed

pixhawk's avatar
pixhawk committed

private:
pixhawk's avatar
pixhawk committed
};

#endif // QGCMISSIONOTHER_H