Changeset 10524 in ntrip for trunk/BNC/src/bncmain.cpp


Ignore:
Timestamp:
Aug 19, 2024, 4:14:37 PM (16 months ago)
Author:
stuerze
Message:

replacement of obsolete qt-class members

File:
1 edited

Legend:

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

    r10479 r10524  
    458458      QString val(argv[ii+2]);
    459459      if (val.indexOf(";") != -1) {
    460         settings.setValue(key, val.split(";", QString::SkipEmptyParts));
     460        settings.setValue(key, val.split(";", Qt::SkipEmptyParts));
    461461      }
    462462      else {
Note: See TracChangeset for help on using the changeset viewer.