aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/qmmpui/jumptotrackdialog.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/qmmpui/jumptotrackdialog.cpp b/src/qmmpui/jumptotrackdialog.cpp
index 0c7c872dd..373b1909f 100644
--- a/src/qmmpui/jumptotrackdialog.cpp
+++ b/src/qmmpui/jumptotrackdialog.cpp
@@ -50,8 +50,6 @@ JumpToTrackDialog::JumpToTrackDialog(PlayListModel *model, QWidget* parent)
connect(songsListView,SIGNAL(doubleClicked(const QModelIndex &)),
this,SLOT(jumpTo(const QModelIndex&)));
connect(songsListView,SIGNAL(activated(const QModelIndex &)),
- this,SLOT(jumpTo(const QModelIndex&)));
- connect(songsListView,SIGNAL(activated(const QModelIndex &)),
this,SLOT(accept()));
connect(songsListView->selectionModel(),
SIGNAL(currentRowChanged(const QModelIndex&,const QModelIndex&)),