summaryrefslogtreecommitdiff
path: root/plugingui/progressbar.cc
diff options
context:
space:
mode:
Diffstat (limited to 'plugingui/progressbar.cc')
-rw-r--r--plugingui/progressbar.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugingui/progressbar.cc b/plugingui/progressbar.cc
index a53aa40..6882789 100644
--- a/plugingui/progressbar.cc
+++ b/plugingui/progressbar.cc
@@ -90,7 +90,7 @@ void ProgressBar::setProgress(float progress)
repaintEvent(nullptr);
}
-void ProgressBar::repaintEvent(RepaintEvent *e)
+void ProgressBar::repaintEvent(RepaintEvent* repaintEvent)
{
Painter p(*this);