Home
last modified time | relevance | path

Searched refs:library_show_untagged_ (Results 1 – 2 of 2) sorted by relevance

/dports/audio/clementine-player/Clementine-1.4.0rc1/src/ui/
H A Dmainwindow.h354 QAction* library_show_untagged_; variable
H A Dmainwindow.cpp652 library_show_untagged_ =
657 library_show_untagged_->setCheckable(true);
676 library_view_->filter()->AddMenuAction(library_show_untagged_);
2625 } else if (action == library_show_untagged_) { in ChangeLibraryQueryMode()