source: ntrip/trunk/BNC/src/bncmap.h@ 4624

Last change on this file since 4624 was 4624, checked in by mervart, 12 years ago
File size: 198 bytes
Line 
1
2#ifndef BNCMAP_H
3#define BNCMAP_H
4
5#include <QtGui>
6
7class bncMap : public QDialog {
8 Q_OBJECT
9
10 public:
11 bncMap(QWidget* parent = 0);
12 ~bncMap();
13
14 public slots:
15
16 private:
17};
18
19#endif
Note: See TracBrowser for help on using the repository browser.