mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-05-31 02:26:29 +03:00
More project search filters WIP.
This commit is contained in:
@@ -323,6 +323,10 @@ void ProjectDirectoryTree::onChange( const ProjectDirectoryTree::Action& action,
|
||||
}
|
||||
}
|
||||
|
||||
void ProjectDirectoryTree::resetPluginManager() {
|
||||
mPluginManager = nullptr;
|
||||
}
|
||||
|
||||
void ProjectDirectoryTree::tryAddFile( const FileInfo& file ) {
|
||||
if ( mIgnoreHidden && file.isHidden() )
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user