Home
last modified time | relevance | path

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

/dports/devel/kf5-kio/kio-5.89.0/src/filewidgets/
H A Dkurlnavigator.cpp222 auto updateContentFunc = [this]() { in KUrlNavigatorPrivate() local
225 q->connect(placesModel, &KFilePlacesModel::rowsInserted, q, updateContentFunc); in KUrlNavigatorPrivate()
226 q->connect(placesModel, &KFilePlacesModel::rowsRemoved, q, updateContentFunc); in KUrlNavigatorPrivate()
227 q->connect(placesModel, &KFilePlacesModel::dataChanged, q, updateContentFunc); in KUrlNavigatorPrivate()