Home
last modified time | relevance | path

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

/dports/graphics/digikam/digikam-7.4.0/core/utilities/geolocation/geoiface/reversegeocoding/
H A Drgtagmodel.h221 void addAllSpacersToTag(const QModelIndex& currentIndex,
H A Drgtagmodel.cpp1156 void RGTagModel::addAllSpacersToTag(const QModelIndex& currentIndex, const QStringList& spacerList,… in addAllSpacersToTag() function in Digikam::RGTagModel
1172 addAllSpacersToTag(foundIndex, spacerList, spacerListIndex + 1); in addAllSpacersToTag()
1181 addAllSpacersToTag(newIndex, spacerList, spacerListIndex + 1); in addAllSpacersToTag()
H A Drgwidget.cpp947 d->tagModel->addAllSpacersToTag(baseIndex, spacerList,0); in slotAddAllAddressElementsToTag()