Home
last modified time | relevance | path

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

/dports/graphics/digikam/digikam-7.4.0/core/tests/albummodel/
H A Dalbummodel_utest.cpp151 #define safeCreatePAlbum(parent, name, result) \ macro
222 safeCreatePAlbum(palbumRoot0, QLatin1String("root0child0"), palbumChild0Root0); in init()
223 safeCreatePAlbum(palbumRoot0, QLatin1String("root0child1"), palbumChild1Root0); in init()
225 safeCreatePAlbum(palbumRoot0, sameName, palbumChild2Root0); in init()
227 safeCreatePAlbum(palbumRoot1, sameName, palbumChild0Root1); in init()
/dports/graphics/digikam/digikam-7.4.0/core/tests/database/
H A Ddatabasetags_utest.cpp143 #define safeCreatePAlbum(parent, name, result) \ macro