mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-04-15 05:32:21 +00:00
QFontMetrics::width was deprecated. This patch replaces all usages by QFontMetrics::horizontalAdvance. It also replace three usages of QTextEdit::setTabStopWidth by QTestEdit::setTabStopDistance.