source: ntrip/trunk/BNC/bncsettings.cpp@ 1535

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

* empty log message *

File size: 570 bytes
Line 
1/* -------------------------------------------------------------------------
2 * BKG NTRIP Client
3 * -------------------------------------------------------------------------
4 *
5 * Class: bncSettings
6 *
7 * Purpose: Subclasses the QSettings
8 *
9 * Author: L. Mervart
10 *
11 * Created: 25-Jan-2009
12 *
13 * Changes:
14 *
15 * -----------------------------------------------------------------------*/
16
17#include "bncsettings.h"
18
19// Constructor
20////////////////////////////////////////////////////////////////////////////
21bncSettings::bncSettings() : QSettings() {
22}
23
Note: See TracBrowser for help on using the repository browser.