summaryrefslogtreecommitdiffstats
path: root/src/dlghidden.cpp
diff options
context:
space:
mode:
authorMarcos CARDINOT <mcardinot@gmail.com>2014-07-03 21:00:11 +0100
committerMarcos CARDINOT <mcardinot@gmail.com>2014-07-03 21:00:11 +0100
commit99376ba96ee81fc7d4e0f541a4e0c7f5dde793c9 (patch)
treeef75d70b5f8f2d1cfe767052bda64d6a3accc5cc /src/dlghidden.cpp
parent37fb2c4990090909716bf128bd8296b78952a59c (diff)
Add md5hash to loadCover signal
Diffstat (limited to 'src/dlghidden.cpp')
-rw-r--r--src/dlghidden.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dlghidden.cpp b/src/dlghidden.cpp
index 7d027f6df6..7c118104e7 100644
--- a/src/dlghidden.cpp
+++ b/src/dlghidden.cpp
@@ -38,8 +38,8 @@ DlgHidden::DlgHidden(QWidget* parent, ConfigObject<ConfigValue>* pConfig,
this,
SLOT(selectionChanged(const QItemSelection&, const QItemSelection&)));
- connect(m_pTrackTableView, SIGNAL(loadCoverArt(const QString&, int)),
- this, SIGNAL(loadCoverArt(const QString&, int)));
+ connect(m_pTrackTableView, SIGNAL(loadCoverArt(const QString&, const QString&, int)),
+ this, SIGNAL(loadCoverArt(const QString&, const QString&, int)));
}
DlgHidden::~DlgHidden() {