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

    r1527 r1535  
    5757#include "bncnetqueryv2.h"
    5858#include "bncnetqueryrtp.h"
     59#include "bncsettings.h"
    5960
    6061#include "RTCM/RTCM2Decoder.h"
     
    132133  // Check name conflict
    133134  // -------------------
    134   QSettings settings;
     135  bncSettings settings;
    135136  QListIterator<QString> it(settings.value("mountPoints").toStringList());
    136137  int num = 0;
     
    589590        // ----------------
    590591        if ( _checkMountPoint == _staID || _checkMountPoint == "ALL" ) {
    591           QSettings settings;
     592          bncSettings settings;
    592593          if ( Qt::CheckState(settings.value("scanRTCM").toInt()) == Qt::Checked) {
    593594
Note: See TracChangeset for help on using the changeset viewer.