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:
parent
5bda9de977
commit
c73c5512d5
11 changed files with 343 additions and 336 deletions
|
|
@ -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))
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue