Ignore:
Timestamp:
Aug 19, 2024, 4:15:53 PM (5 weeks ago)
Author:
stuerze
Message:

replacement of obsolete qt-class members

File:
1 edited

Legend:

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

    r10519 r10525  
    176176      newAC->name         = hlp[1];
    177177      newAC->weightFactor = hlp[2].toDouble();
    178       newAC->excludeSats  = hlp[3].split(QRegExp("[ ,]"), QString::SkipEmptyParts);
     178      newAC->excludeSats  = hlp[3].split(QRegExp("[ ,]"), Qt::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.