summaryrefslogtreecommitdiffstats
path: root/src/dlgmissing.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/dlgmissing.cpp')
-rw-r--r--src/dlgmissing.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dlgmissing.cpp b/src/dlgmissing.cpp
index e1aa06d20e..55fef44a25 100644
--- a/src/dlgmissing.cpp
+++ b/src/dlgmissing.cpp
@@ -33,8 +33,8 @@ DlgMissing::DlgMissing(QWidget* parent, ConfigObject<ConfigValue>* pConfig,
this,
SLOT(selectionChanged(const QItemSelection&, const QItemSelection&)));
- connect(m_pTrackTableView, SIGNAL(loadCoverArt(CoverInfo, bool)),
- this, SIGNAL(loadCoverArt(CoverInfo, bool)));
+ connect(m_pTrackTableView, SIGNAL(trackSelected(TrackPointer)),
+ this, SIGNAL(trackSelected(TrackPointer)));
}
DlgMissing::~DlgMissing() {