Changeset 8204 in ntrip for trunk/BNC/src/rinex/corrfile.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/rinex/corrfile.cpp

    r7039 r8204  
    5050t_corrFile::t_corrFile(QString fileName) {
    5151  expandEnvVar(fileName);
    52   _stream.open(fileName.toAscii().data());
     52  _stream.open(fileName.toLatin1().data());
    5353}
    5454
Note: See TracChangeset for help on using the changeset viewer.