QGCMissionOther.h 414 Bytes
Newer Older
pixhawk's avatar
pixhawk committed
1 2 3 4
#ifndef QGCMISSIONOTHER_H
#define QGCMISSIONOTHER_H

#include <QWidget>
5
#include "WaypointEditableView.h"
pixhawk's avatar
pixhawk committed
6 7 8 9 10 11 12 13 14 15

namespace Ui {
    class QGCMissionOther;
}

class QGCMissionOther : public QWidget
{
    Q_OBJECT

public:
16
    explicit QGCMissionOther(WaypointEditableView* WEV);
17
    ~QGCMissionOther();    
pixhawk's avatar
pixhawk committed
18

19 20
protected:
    WaypointEditableView* WEV;
pixhawk's avatar
pixhawk committed
21 22

private:
23
    Ui::QGCMissionOther *ui;
pixhawk's avatar
pixhawk committed
24 25 26
};

#endif // QGCMISSIONOTHER_H