CollectionView: Add action_search_for_this_ to initialization list

This commit is contained in:
Jonas Kvinge 2024-04-23 01:57:16 +02:00
parent 7b8919d706
commit 569bf6335b
1 changed files with 1 additions and 0 deletions

View File

@ -89,6 +89,7 @@ CollectionView::CollectionView(QWidget *parent)
action_add_to_playlist_enqueue_next_(nullptr),
action_open_in_new_playlist_(nullptr),
action_organize_(nullptr),
action_search_for_this_(nullptr),
#ifndef Q_OS_WIN
action_copy_to_device_(nullptr),
#endif