Home
last modified time | relevance | path

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

/dports/audio/cantata/cantata-2.4.2/models/
H A Dplayqueuemodel.cpp445 Action *shuffleAlbumsAction = new Action(tr("Albums"), shuffleAction); in PlayQueueModel() local
447 connect(shuffleAlbumsAction, SIGNAL(triggered()), this, SLOT(shuffleAlbums())); in PlayQueueModel()
449 shuffleAction->menu()->addAction(shuffleAlbumsAction); in PlayQueueModel()