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

    r7640 r8204  
    8989    if (hlp.size() <= 1) continue;
    9090    QUrl        url(hlp[0]);
    91     QByteArray  staID = url.path().mid(1).toAscii();
     91    QByteArray  staID = url.path().mid(1).toLatin1();
    9292    _bytes[staID] = new sumAndMean();
    9393  }
Note: See TracChangeset for help on using the changeset viewer.