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

    r6787 r8204  
    7979  QString hlp;
    8080  QStringList hlpL;
    81   hlp = _url.host().toAscii().replace("-"," ");
     81  hlp = _url.host().toLatin1().replace("-"," ");
    8282  hlpL = hlp.split(" ");
    8383
     
    191191    _serialPort = 0;
    192192    _status = error;
    193     emit newMessage(_url.path().toAscii().replace(0,1,"") + ": Cannot open serial port " + _portString.toAscii(), true);
     193    emit newMessage(_url.path().toLatin1().replace(0,1,"") + ": Cannot open serial port " + _portString.toLatin1(), true);
    194194    return;
    195195  }
Note: See TracChangeset for help on using the changeset viewer.