Home
last modified time | relevance | path

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

/dports/x11-fm/krusader2/krusader-2.7.2/krusader/Panel/
H A Dlistpanelactions.h46 void openLeftHistory();
H A Dlistpanelactions.cpp124 …action(i18n("Left History"), 0, Qt::ALT + Qt::CTRL + Qt::Key_Left, this, SLOT(openLeftHistory()), … in ListPanelActions()
201 void ListPanelActions::openLeftHistory() in openLeftHistory() function in ListPanelActions