Changeset 1535 in ntrip for trunk/BNC/bncrinex.cpp


Ignore:
Timestamp:
Jan 25, 2009, 8:53:37 AM (15 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncrinex.cpp

    r1523 r1535  
    5555#include "bncgetthread.h"
    5656#include "bncnetqueryv2.h"
     57#include "bncsettings.h"
    5758#include "RTCM3/rtcm3torinex.h"
    5859
     
    7677  _reloadDone    = false;
    7778
    78   QSettings settings;
     79  bncSettings settings;
    7980  _rnxScriptName = settings.value("rnxScript").toString();
    8081  expandEnvVar(_rnxScriptName);
     
    106107    delete it.next();
    107108  }
    108   QSettings settings;
     109  bncSettings settings;
    109110  if ((_rinexVers == 3) && ( Qt::CheckState(settings.value("rnxAppend").toInt()) != Qt::Checked) ) {
    110111    _out << ">                              4  1" << endl;
     
    320321void bncRinex::resolveFileName(const QDateTime& datTim) {
    321322
    322   QSettings settings;
     323  bncSettings settings;
    323324  QString path = settings.value("rnxPath").toString();
    324325  expandEnvVar(path);
     
    365366                           const QDateTime& datTimNom) {
    366367
    367   QSettings settings;
     368  bncSettings settings;
    368369
    369370  // Open the Output File
Note: See TracChangeset for help on using the changeset viewer.