source:
ntrip/trunk/BNC/bncsettings.h@
2658
Last change on this file since 2658 was 1769, checked in by , 16 years ago | |
---|---|
File size: 201 bytes |
Rev | Line | |
---|---|---|
[1535] | 1 | #ifndef BNCSETTINGS_H |
2 | #define BNCSETTINGS_H | |
3 | ||
4 | #include <QSettings> | |
5 | ||
6 | class bncSettings : public QSettings { | |
7 | public: | |
[1769] | 8 | bncSettings(bool noInit = false); |
[1535] | 9 | virtual ~bncSettings() {}; |
10 | private: | |
11 | }; | |
12 | ||
13 | #endif |
Note:
See TracBrowser
for help on using the repository browser.