Home
last modified time | relevance | path

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

/dports/devel/kf5-kconfig/kconfig-5.89.0/src/gui/
H A Dkconfigloader_p.h158 QList<QUrl> *newUrlList() in newUrlList() function
/dports/biology/ugene/ugene-40.1/src/corelibs/U2Lang/src/support/serialize/
H A DHRSchemaSerializer.cpp254 QList<QString> newUrlList = includedUrls; in parseIncludes() local
255 newUrlList.append(path); in parseIncludes()
259 error = string2Schema(rawData, schema, nullptr, &procMap, newUrlList); in parseIncludes()