mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-05-31 02:26:29 +03:00
More work to get better i18n support.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user