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


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

replacement of obsolete qt-class members

File:
1 edited

Legend:

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

    r9935 r10524  
    7676  // Buttons
    7777  // -------
    78   int ww = QFontMetrics(font()).width('w');
     78  int ww = QFontMetrics(font()).horizontalAdvance('w');
    7979
    8080  _buttonClose = new QPushButton(tr("Close"), this);
Note: See TracChangeset for help on using the changeset viewer.