mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Projucer: Update to ValueTreePropertyWithDefault class
This commit is contained in:
parent
2b6dc9f7d2
commit
fdcdda3463
17 changed files with 166 additions and 142 deletions
|
|
@ -2001,7 +2001,7 @@ ValueTree Project::getConfigNode()
|
|||
return projectRoot.getOrCreateChildWithName (Ids::JUCEOPTIONS, nullptr);
|
||||
}
|
||||
|
||||
ValueWithDefault Project::getConfigFlag (const String& name)
|
||||
ValueTreePropertyWithDefault Project::getConfigFlag (const String& name)
|
||||
{
|
||||
auto configNode = getConfigNode();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue