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

    r7996 r8204  
    295295
    296296    line = line.trimmed();
    297     QTextStream inLine(line.toAscii(), QIODevice::ReadOnly);
     297    QTextStream inLine(line.toLatin1(), QIODevice::ReadOnly);
    298298
    299299    switch (row) {
Note: See TracChangeset for help on using the changeset viewer.