Home
last modified time | relevance | path

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

/dports/x11-fm/dolphin/dolphin-21.12.3/src/
H A Ddolphinmainwindow.cpp92 const int MaxNumberOfNavigationentries = 12; variable
752 …toryIndex() + 1; i < urlNavigator->historySize() && entries < MaxNumberOfNavigationentries; ++i, +… in slotAboutToShowBackPopupMenu()
781 …for (int i = urlNavigator->historyIndex() - 1; i >= 0 && entries < MaxNumberOfNavigationentries; -… in slotAboutToShowForwardPopupMenu()