Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
avoid warning message for deprecated function
/home/kunyi/Allwinner/YFEL/src/lib/QHexView/QHexView.cpp: In constructor ‘QHexView::QHexView(QWidget*)’: /home/kunyi/Allwinner/YFEL/src/lib/QHexView/QHexView.cpp:29:38: warning: ‘int QFontMetrics::width(QChar) const’ is deprecated: Use QFontMetrics::horizontalAdvance [-Wdeprecated-declarations] 29 | m_charWidth = fontMetrics().width(QLatin1Char('9')); | ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~ In file included from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qwidget.h:50, from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qframe.h:44, from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractscrollarea.h:44, from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/QAbstractScrollArea:1, from /home/kunyi/Allwinner/YFEL/src/lib/QHexView/QHexView.h:4, from /home/kunyi/Allwinner/YFEL/src/lib/QHexView/QHexView.cpp:1: /usr/include/x86_64-linux-gnu/qt5/QtGui/qfontmetrics.h:110:9: note: declared here 110 | int width(QChar) const;
- Loading branch information