Home
last modified time | relevance | path

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

/dports/graphics/digikam/digikam-7.4.0/core/libs/models/
H A Dabstractalbummodel.cpp698 QHash<int, int> countHashReady; member in Digikam::AbstractCountingAlbumModel::Private
789 QHash<int, int>::iterator includeIt = d->countHashReady.find(album->id()); in updateCount()
811 if (includeIt == d->countHashReady.end()) in updateCount()
814 d->countHashReady[album->id()] = count; in updateCount()
846 QHash<int, int>::iterator includeIt = d->countHashReady.find(album->id()); in setCount()
851 if (includeIt == d->countHashReady.end()) in setCount()
854 d->countHashReady[album->id()] = count; in setCount()
876 if (it != d->countHashReady.constEnd()) in albumData()
889 if (it != d->countHashReady.constEnd()) in albumCount()
907 d->countHashReady.remove(album->id()); in albumCleared()
[all …]