source: ntrip/trunk/BNS/bnssettings.h@ 9297

Last change on this file since 9297 was 1668, checked in by weber, 15 years ago

* empty log message *

File size: 189 bytes
Line 
1
2#ifndef BNSSETTINGS_H
3#define BNSSETTINGS_H
4
5#include <QSettings>
6
7class bnsSettings : public QSettings {
8 public:
9 bnsSettings();
10 virtual ~bnsSettings() {};
11 private:
12};
13#endif
14
Note: See TracBrowser for help on using the repository browser.