summary refs log tree commit diff
path: root/src/ui/Painter.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/Painter.h')
-rw-r--r--src/ui/Painter.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/ui/Painter.h b/src/ui/Painter.h

index 3353f0c7..9f974116 100644 --- a/src/ui/Painter.h +++ b/src/ui/Painter.h
@@ -27,12 +27,7 @@ public: { QFontMetrics m(fontMetrics()); if (textWidth < 0) { -#if QT_VERSION < QT_VERSION_CHECK(5, 11, 0) - // deprecated in 5.13: - textWidth = m.width(text); -#else textWidth = m.horizontalAdvance(text); -#endif } drawText((outerw - x - textWidth), y + m.ascent(), text); }