Home
last modified time | relevance | path

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

/dports/www/falkon/falkon-3.2.0/src/lib/bookmarks/
H A Dbookmarkitem.cpp76 const int iconCacheTime = 20 * 1000; in icon() local
80 if (m_iconTime.isNull() || m_iconTime.elapsed() > iconCacheTime) { in icon()