Changeset 8204 in ntrip for trunk/BNC/src/bncrawfile.cpp


Ignore:
Timestamp:
Dec 11, 2017, 3:00:40 PM (6 years ago)
Author:
wiese
Message:

CHANGE: #105 toAscii deprecated

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/bncrawfile.cpp

    r5846 r8204  
    115115                 .arg(QString(format))
    116116                 .arg(data.size());
    117     _outFile->write(chunkHeader.toAscii());
     117    _outFile->write(chunkHeader.toLatin1());
    118118    _outFile->write(data);
    119119    _outFile->flush();
     
    138138      BNC_CORE->setDateAndTimeGPS(QDateTime(QDateTime::fromString(lst.value(0), Qt::ISODate)));
    139139     
    140       _staID  = lst.value(1).toAscii();
    141       _format = lst.value(2).toAscii();
     140      _staID  = lst.value(1).toLatin1();
     141      _format = lst.value(2).toLatin1();
    142142      int nBytes = lst.value(3).toInt();
    143143     
Note: See TracChangeset for help on using the changeset viewer.