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


Ignore:
Timestamp:
Sep 25, 2024, 5:50:15 PM (17 months ago)
Author:
stuerze
Message:

replacement of obsolete qt-class members

File:
1 edited

Legend:

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

    r10546 r10548  
    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.