Changeset 1535 in ntrip for trunk/BNC/RTCM3/RTCM3coDecoder.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/RTCM3/RTCM3coDecoder.cpp

    r1227 r1535  
    4646#include "bncrinex.h"
    4747#include "bncapp.h"
     48#include "bncsettings.h"
    4849
    4950using namespace std;
     
    5758  // File Output
    5859  // -----------
    59   QSettings settings;
     60  bncSettings settings;
    6061  QString path = settings.value("corrPath").toString();
    6162  if (!path.isEmpty()) {
     
    8485  if (!_fileNameSkl.isEmpty()) {
    8586
    86     QSettings settings;
     87    bncSettings settings;
    8788
    8889    QDateTime datTim = currentDateAndTimeGPS();
Note: See TracChangeset for help on using the changeset viewer.