Searched refs:openRecentAction (Results 1 – 3 of 3) sorted by relevance
180 connect(act,SIGNAL(triggered()),this,SLOT(openRecentAction())); in updateRecentMenu()205 void RecentManager::openRecentAction() in openRecentAction() function in RecentManager
54 void openRecentAction();
442 QMenu* openRecentAction = new QMenu(tr("&Open Recent File"), NULL); in create_RecentFileMenu() local445 openRecentAction->addAction(fRecentFileAction[i]); in create_RecentFileMenu()448 return openRecentAction; in create_RecentFileMenu()