Changeset 8127 in ntrip for trunk/BNC/src/bncrinex.cpp


Ignore:
Timestamp:
May 10, 2017, 3:20:54 PM (7 years ago)
Author:
stoecker
Message:

update qwt and qwtpolar, many QT5 fixes (unfinished)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/bncrinex.cpp

    r7878 r8127  
    124124      QStringList tags = line.split(";");
    125125      if (tags.size() > 7) {
    126         if (tags.at(1) == _mountPoint.path().mid(1).toAscii()) {
     126        if (tags.at(1) == _mountPoint.path().mid(1).toLatin1()) {
    127127          net = tags.at(7);
    128128          break;
     
    368368  }
    369369
    370   _fName = path.toAscii();
     370  _fName = path.toLatin1();
    371371}
    372372
Note: See TracChangeset for help on using the changeset viewer.