1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-22 01:34:21 +00:00

Projucer: Refactored module scanning code and added AvailableModuleList class for asynchronous scanning

This commit is contained in:
ed 2018-08-23 14:15:28 +01:00
parent 8632d853e9
commit f77c995b4d
19 changed files with 502 additions and 432 deletions

View file

@ -206,7 +206,7 @@ namespace
<< "Name: " << proj.project->getProjectNameString() << std::endl
<< "UID: " << proj.project->getProjectUIDString() << std::endl;
EnabledModuleList& modules = proj.project->getModules();
EnabledModuleList& modules = proj.project->getEnabledModules();
if (int numModules = modules.getNumModules())
{