Changeset 10546 in ntrip for trunk/BNC/src/upload


Ignore:
Timestamp:
Sep 25, 2024, 5:08:35 PM (4 weeks ago)
Author:
stuerze
Message:

replacement of obsolete qt-class members

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/upload/bncrtnetuploadcaster.cpp

    r10543 r10546  
    331331    if      (nextEpoch != -1 && nextEpoch < iEpoEnd) {
    332332      rtnetStreamBuffer = rtnetStreamBuffer.mid(nextEpoch, nextEpochEnd);
    333       lines = rtnetStreamBuffer.split('\n', Qt::SkipEmptyParts);
     333      lines = rtnetStreamBuffer.split('\n', QString::SkipEmptyParts);
    334334      if (lines.size() > 2) {
    335335        decodeRtnetEpoch(lines);
     
    343343  }
    344344
    345   lines = _rtnetStreamBuffer.left(iEpoEnd).split('\n', Qt::SkipEmptyParts);
     345  lines = _rtnetStreamBuffer.left(iEpoEnd).split('\n', QString::SkipEmptyParts);
    346346
    347347  _rtnetStreamBuffer = _rtnetStreamBuffer.mid(iEpoEnd + 3);
Note: See TracChangeset for help on using the changeset viewer.