diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2015-11-18 21:00:48 +0100 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2015-11-18 21:00:48 +0100 |
commit | c1973bc4d4ec9d8d18a690359a2d649905e35264 (patch) | |
tree | 045c4d5afc28422319c4e20322fbafe97fefd280 /plugingui/progressbar.cc | |
parent | f11a61a36fa5e21b0c6c2362af2952a3f87408a0 (diff) |
Refactored Slider. Expanded all event variable names (all was 'e' before). Changed all uievent enums to enum classes.
Diffstat (limited to 'plugingui/progressbar.cc')
-rw-r--r-- | plugingui/progressbar.cc | 2 |
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); |