aboutsummaryrefslogtreecommitdiff
path: root/src/qmmpui
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2015-08-06 19:14:53 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2015-08-06 19:14:53 +0000
commit4a9dd0ee38e4afc48cc0611afbf626a7bae1280c (patch)
tree55378259ef85c2c53f875c1d32c52081ae12dafb /src/qmmpui
parent546d435fc45ae9e76051555396adb2bc9a848c71 (diff)
downloadqmmp-4a9dd0ee38e4afc48cc0611afbf626a7bae1280c.tar.gz
qmmp-4a9dd0ee38e4afc48cc0611afbf626a7bae1280c.tar.bz2
qmmp-4a9dd0ee38e4afc48cc0611afbf626a7bae1280c.zip
fixed problem with "jump to" dialog
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@5331 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/qmmpui')
-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&)),