Changeset 10524 in ntrip for trunk/BNC/src/bnchlpdlg.cpp
- Timestamp:
- Aug 19, 2024, 4:14:37 PM (3 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/bnchlpdlg.cpp
r10087 r10524 50 50 QDialog(parent) { 51 51 52 const int ww = QFontMetrics(font()). width('w');52 const int ww = QFontMetrics(font()).horizontalAdvance('w'); 53 53 54 54 _tb = new bncHtml;
Note:
See TracChangeset
for help on using the changeset viewer.