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

replacement of obsolete qt-class members

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/combination/bnccomb.cpp

    r10525 r10546  
    176176      newAC->name         = hlp[1];
    177177      newAC->weightFactor = hlp[2].toDouble();
    178       newAC->excludeSats  = hlp[3].split(QRegExp("[ ,]"), Qt::SkipEmptyParts);
     178      newAC->excludeSats  = hlp[3].split(QRegExp("[ ,]"), QString::SkipEmptyParts);
    179179      newAC->isAPC        = bool(newAC->mountPoint.mid(0,4) == "SSRA");
    180180      QMapIterator<char, unsigned> itSys(_cmbSysPrn);
Note: See TracChangeset for help on using the changeset viewer.