1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Projucer: Refactored the module handling code

This commit is contained in:
ed 2020-01-28 11:29:42 +00:00
parent 5bda9de977
commit c73c5512d5
11 changed files with 343 additions and 336 deletions

View file

@ -2100,7 +2100,7 @@ void Project::rescanExporterPathModules (bool async)
exporterPathsModuleList->scanPaths (getExporterModulePathsToScan (*this));
}
ModuleIDAndFolder Project::getModuleWithID (const String& id)
AvailableModuleList::ModuleIDAndFolder Project::getModuleWithID (const String& id)
{
if (! getEnabledModules().shouldUseGlobalPath (id))
{