source:
ntrip/branches/BNC_LM/bncsettings.h@
9440
Last change on this file since 9440 was 1769, checked in by , 16 years ago | |
---|---|
File size: 201 bytes |
Line | |
---|---|
1 | #ifndef BNCSETTINGS_H |
2 | #define BNCSETTINGS_H |
3 | |
4 | #include <QSettings> |
5 | |
6 | class 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.