Enter on playlist plays

This commit is contained in:
David Sansome 2010-01-14 14:42:23 +00:00
parent 27315ac631
commit e7b94dfafc
2 changed files with 1 additions and 1 deletions

1
TODO
View File

@ -7,7 +7,6 @@
- Global shortcut keys
- Make QSortFilterProxyModel on the library obey hasChildren()
- Database versioning
- Enter on playlist plays
- Clicking play plays selected item
- More actions in playlist context menu

View File

@ -119,6 +119,7 @@ MainWindow::MainWindow(QWidget *parent)
connect(playlist_, SIGNAL(CurrentSongChanged(Song)), osd_, SLOT(SongChanged(Song)));
connect(ui_.playlist, SIGNAL(doubleClicked(QModelIndex)), SLOT(PlayIndex(QModelIndex)));
connect(ui_.playlist, SIGNAL(PlayPauseItem(QModelIndex)), SLOT(PlayIndex(QModelIndex)));
// Library connections
connect(library_, SIGNAL(Error(QString)), SLOT(ReportError(QString)));