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

index 71312d32..f64151ce 100644 --- a/src/ui/LoadingIndicator.cc +++ b/src/ui/LoadingIndicator.cc
@@ -41,7 +41,7 @@ LoadingIndicator::paintEvent(QPaintEvent *e) int capsuleRadius = (outerRadius - innerRadius) / 2; - for (int i = 0; i < 8; i++) { + for (int i = 0; i < 8; ++i) { QColor color = color_; color.setAlphaF(1.0f - (i / 8.0f));