source: ntrip/branches/BNC_LM/bncsettings.h@ 9256

Last change on this file since 9256 was 1769, checked in by mervart, 15 years ago

* empty log message *

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