Changeset 1668 in ntrip for trunk/BNS/bnsoutf.cpp


Ignore:
Timestamp:
Feb 28, 2009, 11:09:23 AM (15 years ago)
Author:
weber
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNS/bnsoutf.cpp

    r1057 r1668  
    2020
    2121#include "bnsoutf.h"
     22#include "bnssettings.h"
    2223
    2324using namespace std;
     
    156157    resolveFileName(GPSweek, datTim);
    157158    _out.setf(ios::showpoint | ios::fixed);
    158     QSettings settings;
     159    bnsSettings settings;
    159160    if (QFile::exists(_fName) &&
    160161        Qt::CheckState(settings.value("fileAppend").toInt()) == Qt::Checked) {
Note: See TracChangeset for help on using the changeset viewer.