Changeset 10525 in ntrip for trunk/BNC/src/rinex/graphwin.cpp


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

replacement of obsolete qt-class members

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/rinex/graphwin.cpp

    r8566 r10525  
    6666  setWindowTitle(_fileName);
    6767
    68   int ww = QFontMetrics(font()).width('w');
     68  int ww = QFontMetrics(font()).horizontalAdvance('w');
    6969
    7070  // Buttons
Note: See TracChangeset for help on using the changeset viewer.