diff options
| -rw-r--r-- | src/qmmpui/jumptotrackdialog.cpp | 2 |
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&)), |
