Home
last modified time | relevance | path

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

/dports/audio/cantata/cantata-2.4.2/gui/
H A Dstdactions.cpp99insertAfterCurrentAction = ActionCollection::get()->createAction("insertintoplayqueue", QObject::t… in StdActions()
137 addMenu->addAction(insertAfterCurrentAction); in StdActions()
153 insertAfterCurrentAction->setEnabled(en); in enableAddToPlayQueue()
H A Dstdactions.h49 Action *insertAfterCurrentAction; variable
H A Dmainwindow.cpp775 …connect(StdActions::self()->insertAfterCurrentAction, SIGNAL(triggered()), this, SLOT(insertIntoPl… in MainWindow()