aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/models/sparkline_delegate.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ui/qt/models/sparkline_delegate.cpp')
-rw-r--r--ui/qt/models/sparkline_delegate.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/qt/models/sparkline_delegate.cpp b/ui/qt/models/sparkline_delegate.cpp
index e142556de1..1c86809d24 100644
--- a/ui/qt/models/sparkline_delegate.cpp
+++ b/ui/qt/models/sparkline_delegate.cpp
@@ -77,7 +77,7 @@ void SparkLineDelegate::paint(QPainter *painter, const QStyleOptionViewItem &opt
// As a general rule, aliased painting renders to pixels and
// antialiased painting renders to mathematical coordinates:
- // http://doc.qt.io/qt-5/coordsys.html
+ // https://doc.qt.io/qt-5/coordsys.html
// Shift our coordinates by 0.5 pixels, otherwise our lines end
// up blurry.
painter->setRenderHint(QPainter::Antialiasing, true);