Home
last modified time | relevance | path

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

/dports/cad/fritzing/fritzing-app-0.9.2b/src/utils/
H A Dlockmanager.cpp158 bool gotRecurse = false; in checkLockedFiles() local
160 gotRecurse = checkLockedFilesAux(dir, filters); in checkLockedFiles()
163 if (fileInfoList.isEmpty() && !gotRecurse) { in checkLockedFiles()