Home
last modified time | relevance | path

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

/dports/games/flightgear/flightgear-2020.3.11/src/GUI/
H A DQtLauncher.cxx97 static std::initializer_list<ProgressLabel> progressStrings = { variable
176 auto it = std::find_if(progressStrings.begin(), progressStrings.end(), [phase] in initNavCache()
178 if (it == progressStrings.end()) { in initNavCache()