aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General/notifier/popupwidget.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/General/notifier/popupwidget.cpp')
-rw-r--r--src/plugins/General/notifier/popupwidget.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/General/notifier/popupwidget.cpp b/src/plugins/General/notifier/popupwidget.cpp
index f9c331e50..d2e36a94f 100644
--- a/src/plugins/General/notifier/popupwidget.cpp
+++ b/src/plugins/General/notifier/popupwidget.cpp
@@ -46,7 +46,7 @@ PopupWidget::PopupWidget(const SongInfo &song, QWidget *parent)
pixlabel->setFixedSize(32,32);
hlayout->addWidget(pixlabel);
- QVBoxLayout *vlayout = new QVBoxLayout(this);
+ QVBoxLayout *vlayout = new QVBoxLayout();
QLabel *label1 = new QLabel("<b>"+title+"</b>", this);
vlayout->addWidget(label1);