Home
last modified time | relevance | path

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

/dports/games/flightgear/flightgear-2020.3.11/src/GUI/
H A DQtLauncher.cxx129 bool rebuildIsDone = false; in initNavCache() local
131 QObject::connect(&updateTimer, &QTimer::timeout, [&waitForRebuild, &rebuildIsDone]() { in initNavCache()
134 rebuildIsDone = true; in initNavCache()
143 if (!rebuildIsDone) { in initNavCache()