Enter on playlist plays
This commit is contained in:
parent
27315ac631
commit
e7b94dfafc
1
TODO
1
TODO
@ -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
|
||||
|
||||
|
@ -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)));
|
||||
|
Loading…
x
Reference in New Issue
Block a user