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

    r7182 r8204  
    7676    if (hlp.size() <= 1) continue;
    7777    QUrl        url(hlp[0]);
    78     QByteArray  staID = url.path().mid(1).toAscii();
     78    QByteArray  staID = url.path().mid(1).toLatin1();
    7979    _latency[staID] = 0.0;
    8080  }
Note: See TracChangeset for help on using the changeset viewer.