Formatting

This commit is contained in:
Jonas Kvinge
2021-02-02 21:08:58 +01:00
parent 59b48ceb4a
commit 03959a68d5
68 changed files with 50 additions and 99 deletions

View File

@@ -130,7 +130,7 @@ class VolumeSlider : public SliderSlider {
void drawVolumeSliderHandle();
VolumeSlider(const VolumeSlider&); // undefined
VolumeSlider& operator=(const VolumeSlider&); // undefined
VolumeSlider &operator=(const VolumeSlider&); // undefined
////////////////////////////////////////////////////////////////
static const int ANIM_INTERVAL = 18;
@@ -138,7 +138,7 @@ class VolumeSlider : public SliderSlider {
bool m_animEnter;
int m_animCount;
QTimer* m_animTimer;
QTimer *m_animTimer;
QPixmap m_pixmapInset;
QPixmap m_pixmapGradient;