Remove setBaseStyle()

This commit is contained in:
Jonas Kvinge
2020-02-22 13:43:33 +01:00
parent ec46c758ba
commit 469e00b396
3 changed files with 3 additions and 11 deletions

View File

@@ -64,7 +64,6 @@ MoodbarProxyStyle::MoodbarProxyStyle(Application* app, QSlider* slider)
show_moodbar_action_(nullptr),
style_action_group_(nullptr) {
setBaseStyle(slider->style());
slider->setStyle(this);
slider->installEventFilter(this);