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

    r8168 r8204  
    7474    }
    7575    else if (key == "RINEX VERSION / TYPE") {
    76       QTextStream in(value.toAscii(), QIODevice::ReadOnly);
     76      QTextStream in(value.toLatin1(), QIODevice::ReadOnly);
    7777      in >> _version;
    7878      if (value.indexOf("GLONASS") != -1) {
Note: See TracChangeset for help on using the changeset viewer.