Replace use of C-style casts
This commit is contained in:
@@ -221,7 +221,7 @@ VolumeSlider::VolumeSlider(QWidget *parent, const uint max)
|
||||
anim_enter_(false),
|
||||
anim_count_(0),
|
||||
timer_anim_(new QTimer(this)),
|
||||
pixmap_inset_(QPixmap(drawVolumePixmap())) {
|
||||
pixmap_inset_(drawVolumePixmap()) {
|
||||
|
||||
setFocusPolicy(Qt::NoFocus);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user