QGCMainWindowAPConfigurator.h 304 Bytes
Newer Older
pixhawk's avatar
pixhawk committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
#ifndef QGCMAINWINDOWAPCONFIGURATOR_H
#define QGCMAINWINDOWAPCONFIGURATOR_H

#include <QObject>

class QGCMainWindowAPConfigurator : public QObject
{
    Q_OBJECT
public:
    explicit QGCMainWindowAPConfigurator(QObject *parent = 0);

signals:

public slots:

};

#endif // QGCMAINWINDOWAPCONFIGURATOR_H