source: ntrip/trunk/GnssCenter/monitor/dlgconf.h@ 5455

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