Home
last modified time | relevance | path

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

/dports/multimedia/smplayer/smplayer-21.10.0/src/
H A Dfavorites.h75 QAction * addCurrentAct() { return add_current_act; }; in addCurrentAct() function
H A Dplaylist.h361 MyAction * addCurrentAct; variable
H A Dplaylist.cpp531 addCurrentAct = new MyAction(this, "pl_add_current", false); in createActions()
532 connect( addCurrentAct, SIGNAL(triggered()), this, SLOT(addCurrentFile()) ); in createActions()
630 add_menu->addAction(addCurrentAct); in createToolbar()
746 addCurrentAct->change( tr("Add &current file") ); in retranslateStrings()