Home
last modified time | relevance | path

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

/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/client/src/
H A Ddef_main.cpp525 static void translateMapInfos(QStringList const &mapInfoUrns, String &xlat, String &xlatCustom) in translateMapInfos() argument
530 String delimitedPaths = mapInfoUrns.join(";"); in translateMapInfos()
566 QStringList mapInfoUrns = allMapInfoUrns(); in readAllDefinitions() local
567 if (!mapInfoUrns.isEmpty()) in readAllDefinitions()
570 translateMapInfos(mapInfoUrns, xlat, xlatCustom); in readAllDefinitions()