Replace QFontMetrics::width() with QFontMetrics::horizontalAdvance() to avoid a depre...
authorPhilipp Spitzer <philipp@spitzer.priv.at>
Wed, 14 Jul 2021 19:27:16 +0000 (21:27 +0200)
committerPhilipp Spitzer <philipp@spitzer.priv.at>
Wed, 14 Jul 2021 19:28:46 +0000 (21:28 +0200)
commitce60f4216f20f3f3392e9e83e9c09e1e03e4308b
tree70a33b0d87ad6c9b62c222ae6db9a48f1358543d
parentaf9f24be87cbf0233da010596efc1175620c810a
Replace QFontMetrics::width() with QFontMetrics::horizontalAdvance() to avoid a deprecation warning.
src/gui/daynavigatorwidget.cpp