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

    r8187 r8204  
    176176
    177177    if      ( iLine == 0 ) {
    178       QTextStream in(line.left(pos[1]).toAscii());
     178      QTextStream in(line.left(pos[1]).toLatin1());
    179179      int    year, month, day, hour, min;
    180180      double sec;
     
    512512
    513513    if      ( iLine == 0 ) {
    514       QTextStream in(line.left(pos[1]).toAscii());
     514      QTextStream in(line.left(pos[1]).toLatin1());
    515515
    516516      int    year, month, day, hour, min;
     
    771771
    772772    if      ( iLine == 0 ) {
    773       QTextStream in(line.left(pos[1]).toAscii());
     773      QTextStream in(line.left(pos[1]).toLatin1());
    774774      QString n;
    775775      in >> prnStr;
     
    11591159
    11601160    if      ( iLine == 0 ) {
    1161       QTextStream in(line.left(pos[1]).toAscii());
     1161      QTextStream in(line.left(pos[1]).toLatin1());
    11621162
    11631163      int    year, month, day, hour, min;
     
    13531353
    13541354    if      ( iLine == 0 ) {
    1355       QTextStream in(line.left(pos[1]).toAscii());
     1355      QTextStream in(line.left(pos[1]).toLatin1());
    13561356
    13571357      int    year, month, day, hour, min;
Note: See TracChangeset for help on using the changeset viewer.