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

    r1451 r1535  
    4040
    4141#include <iostream>
    42 #include <QSettings>
    4342#include <QMessageBox>
    4443#include <cmath>
     
    4847#include "bncutils.h"
    4948#include "bncrinex.h"
     49#include "bncsettings.h"
    5050
    5151using namespace std;
     
    163163  if (_logFileFlag == 0) {
    164164    _logFileFlag = 1;
    165     QSettings settings;
     165    bncSettings settings;
    166166    QString logFileName = settings.value("logFile").toString();
    167167    if ( !logFileName.isEmpty() ) {
     
    253253void bncApp::printEphHeader() {
    254254
    255   QSettings settings;
     255  bncSettings settings;
    256256
    257257  // Initialization
     
    640640  }
    641641
    642   QSettings settings;
     642  bncSettings settings;
    643643  _waitCoTime    = settings.value("corrTime").toInt();
    644644  if (_waitCoTime < 1) {
Note: See TracChangeset for help on using the changeset viewer.