More work to get better i18n support.

This commit is contained in:
Martín Lucas Golini
2024-02-09 22:39:19 -03:00
parent f875672a3d
commit 9c2822e3d6
26 changed files with 572 additions and 236 deletions

View File

@@ -223,10 +223,12 @@ ProjectDirectoryTree::emptyModel( const std::vector<CommandInfo>& prependCommand
}
size_t ProjectDirectoryTree::getFilesCount() const {
Lock l( mFilesMutex );
return mFiles.size();
}
const std::vector<std::string>& ProjectDirectoryTree::getFiles() const {
Lock l( mFilesMutex );
return mFiles;
}