CollectionView: Add "search for this"
Add selection search in the collection view, to allow users to quickly search for similarly-named songs, artists, albums, etc.
This commit is contained in:
committed by
Jonas Kvinge
parent
2d88fcb249
commit
fa057ee9d3
@@ -103,6 +103,7 @@ class CollectionView : public AutoExpandingTreeView {
|
||||
void AddToPlaylistEnqueue();
|
||||
void AddToPlaylistEnqueueNext();
|
||||
void OpenInNewPlaylist();
|
||||
void SearchForThis();
|
||||
void Organize();
|
||||
void CopyToDevice();
|
||||
void EditTracks();
|
||||
@@ -137,6 +138,8 @@ class CollectionView : public AutoExpandingTreeView {
|
||||
QAction *action_add_to_playlist_enqueue_next_;
|
||||
QAction *action_open_in_new_playlist_;
|
||||
QAction *action_organize_;
|
||||
QAction *action_search_for_this_;
|
||||
|
||||
#ifndef Q_OS_WIN
|
||||
QAction *action_copy_to_device_;
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user