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.h | |
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.h')
-rw-r--r-- | plugingui/progressbar.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugingui/progressbar.h b/plugingui/progressbar.h index e5e567d..26fbbea 100644 --- a/plugingui/progressbar.h +++ b/plugingui/progressbar.h @@ -53,7 +53,7 @@ public: protected: // From Widget: - virtual void repaintEvent(RepaintEvent *e) override; + virtual void repaintEvent(RepaintEvent* repaintEvent) override; private: ProgressBarState state; |