aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General/library/librarywidget.cpp
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2021-01-16 16:05:06 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2021-01-16 16:05:06 +0000
commitc593f9fb752f038ff68df6d753085890798e5783 (patch)
treeef657b68408a8c818bf08836e62ab731ed035e28 /src/plugins/General/library/librarywidget.cpp
parent886f9be488970798b2725ad2e9ddf26b5cadee07 (diff)
downloadqmmp-c593f9fb752f038ff68df6d753085890798e5783.tar.gz
qmmp-c593f9fb752f038ff68df6d753085890798e5783.tar.bz2
qmmp-c593f9fb752f038ff68df6d753085890798e5783.zip
refactoring
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@9640 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/General/library/librarywidget.cpp')
-rw-r--r--src/plugins/General/library/librarywidget.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/General/library/librarywidget.cpp b/src/plugins/General/library/librarywidget.cpp
index eea4ce983..8d3ddca85 100644
--- a/src/plugins/General/library/librarywidget.cpp
+++ b/src/plugins/General/library/librarywidget.cpp
@@ -86,5 +86,5 @@ void LibraryWidget::addSelected()
void LibraryWidget::showInformation()
{
- m_model->showInformation(m_ui->treeView->selectionModel()->selectedIndexes(), this);
+ m_model->showInformation(m_ui->treeView->selectionModel()->selectedIndexes());
}