QGCMapWidget.h 252 Bytes
Newer Older
lm's avatar
lm committed
1 2 3
#ifndef QGCMAPWIDGET_H
#define QGCMAPWIDGET_H

lm's avatar
lm committed
4 5 6
#include "opmapcontrol.h"

class QGCMapWidget : public mapcontrol::OPMapWidget
lm's avatar
lm committed
7 8 9 10 11 12 13 14 15 16 17 18
{
    Q_OBJECT
public:
    explicit QGCMapWidget(QWidget *parent = 0);

signals:

public slots:

};

#endif // QGCMAPWIDGET_H