Home
last modified time | relevance | path

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

/dports/graphics/okular/okular-21.12.3/part/
H A Dbookmarklist.h48 void selectiveUrlUpdate(const QUrl &url, QTreeWidgetItem *&item);
H A Dbookmarklist.cpp301 selectiveUrlUpdate(m_document->currentDocument(), m_currentDocumentItem); in slotBookmarksChanged()
310 selectiveUrlUpdate(url, item); in slotBookmarksChanged()
382 void BookmarkList::selectiveUrlUpdate(const QUrl &url, QTreeWidgetItem *&item) in selectiveUrlUpdate() function in BookmarkList