Home
last modified time | relevance | path

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

/glogg/glogg/src/
H A Dmainwindow.cpp
/glogg/src/
H A Dmainwindow.cpp910 QStringList recent_files = recentFiles_->recentFiles(); in updateRecentFileActions() local
913 if ( j < recent_files.count() ) { in updateRecentFileActions()
914 QString text = tr("&%1 %2").arg(j + 1).arg(strippedName(recent_files[j])); in updateRecentFileActions()
916 recentFileActions[j]->setToolTip( recent_files[j] ); in updateRecentFileActions()
917 recentFileActions[j]->setData( recent_files[j] ); in updateRecentFileActions()