Home
last modified time | relevance | path

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

/dports/devel/liteide/liteide-x37.4/liteidex/src/liteapp/
H A Drecentmanager.cpp180 connect(act,SIGNAL(triggered()),this,SLOT(openRecentAction())); in updateRecentMenu()
205 void RecentManager::openRecentAction() in openRecentAction() function in RecentManager
H A Drecentmanager.h54 void openRecentAction();
/dports/audio/faustlive/faustlive-2.5.7/src/MainStructure/
H A DFLApp.cpp442 QMenu* openRecentAction = new QMenu(tr("&Open Recent File"), NULL); in create_RecentFileMenu() local
445 openRecentAction->addAction(fRecentFileAction[i]); in create_RecentFileMenu()
448 return openRecentAction; in create_RecentFileMenu()