Changeset 4626 in ntrip for trunk/BNC/src/bncmap.h


Ignore:
Timestamp:
Sep 1, 2012, 2:02:13 PM (12 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/bncmap.h

    r4624 r4626  
    55#include <QtGui>
    66
    7 class bncMap : public QDialog {
     7class QwtPlot;
     8
     9class t_bncMap : public QDialog {
    810 Q_OBJECT
    911   
    1012 public:
    11   bncMap(QWidget* parent = 0);
    12   ~bncMap();
     13  t_bncMap(QWidget* parent = 0);
     14  ~t_bncMap();
    1315   
    1416 public slots:
     17  void slotNewPoint(QPointF, QString, QPen, double);
    1518   
    1619 private:
     20  QwtPlot* _mapPlot;
    1721};
    1822
Note: See TracChangeset for help on using the changeset viewer.