┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/panels/information
diff options
context:
space:
mode:
authorNate Graham <[email protected]>2019-03-24 11:31:44 -0600
committerNate Graham <[email protected]>2019-03-24 11:31:44 -0600
commit3dec3ee09236fed44239b6a27d2c7041c49d2314 (patch)
treeb341706bde36446079b1f2c0cbdbefd64d1fc561 /src/panels/information
parent405aa4878f755b06123711f4cdbc8507cc15c18e (diff)
parent1eaf5d3e0362f8d39655e973bcd29813ae98652b (diff)
Merge branch 'Applications/19.04'
Diffstat (limited to 'src/panels/information')
-rw-r--r--src/panels/information/informationpanel.h2
-rw-r--r--src/panels/information/phononwidget.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/panels/information/informationpanel.h b/src/panels/information/informationpanel.h
index 05947145d..f63af1e53 100644
--- a/src/panels/information/informationpanel.h
+++ b/src/panels/information/informationpanel.h
@@ -75,7 +75,7 @@ protected:
private slots:
/**
* Shows the information for the item of the URL which has been provided by
- * InformationPanel::requestItemInfo() and provides default actions.
+ * InformationPanel::requestDelayedItemInfo() and provides default actions.
*/
void showItemInfo();
diff --git a/src/panels/information/phononwidget.cpp b/src/panels/information/phononwidget.cpp
index 95f535713..77e066d37 100644
--- a/src/panels/information/phononwidget.cpp
+++ b/src/panels/information/phononwidget.cpp
@@ -106,7 +106,7 @@ void PhononWidget::showEvent(QShowEvent *event)
m_topLayout = new QVBoxLayout(this);
m_topLayout->setContentsMargins(0, 0, 0, 0);
- QHBoxLayout *controlsLayout = new QHBoxLayout(this);
+ QHBoxLayout *controlsLayout = new QHBoxLayout();
controlsLayout->setContentsMargins(0, 0, 0, 0);
controlsLayout->setSpacing(0);