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


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

replacement of obsolete qt-class members

File:
1 edited

Legend:

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

    r9850 r10524  
    6464  setWindowTitle(tr("RINEX Editing Options"));
    6565
    66   int ww = QFontMetrics(font()).width('w');
     66  int ww = QFontMetrics(font()).horizontalAdvance('w');
    6767
    6868  const QString timeFmtString = "yyyy-MM-dd hh:mm:ss";
Note: See TracChangeset for help on using the changeset viewer.