Changeset 1769 in ntrip for trunk/BNC/bncsettings.cpp


Ignore:
Timestamp:
Mar 21, 2009, 4:58:52 PM (15 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncsettings.cpp

    r1636 r1769  
    2323// Constructor
    2424////////////////////////////////////////////////////////////////////////////
    25 bncSettings::bncSettings() :
     25bncSettings::bncSettings(bool noInit) :
    2626  QSettings(((bncApp*) qApp)->confFileName(), QSettings::IniFormat) {
    2727
    28   if (allKeys().size() == 0) {
     28  if (! noInit && allKeys().size() == 0) {
    2929    setValue("adviseFail",       "15");
    3030    setValue("adviseReco",       "5");
Note: See TracChangeset for help on using the changeset viewer.