mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-23 01:44:22 +00:00
More introjucer refactoring.
This commit is contained in:
parent
a1abff979b
commit
e627847d32
91 changed files with 866 additions and 756 deletions
|
|
@ -45,8 +45,8 @@ public:
|
|||
else if (tabIndex == 1)
|
||||
{
|
||||
// The Juce options tab...
|
||||
OwnedArray <Project::JuceConfigFlag> flags;
|
||||
project.getJuceConfigFlags (flags);
|
||||
OwnedArray <Project::ConfigFlag> flags;
|
||||
project.getAllConfigFlags (flags);
|
||||
|
||||
StringArray possibleValues;
|
||||
possibleValues.add ("(Use default from juce_Config.h)");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue