mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-25 02:04:23 +00:00
Minor introjucer clean-ups.
This commit is contained in:
parent
e381dff4b3
commit
98ba259599
34 changed files with 212 additions and 212 deletions
|
|
@ -99,13 +99,13 @@ void ResourceFile::addFile (const File& file)
|
|||
variableNames.add (variableName);
|
||||
}
|
||||
|
||||
const String ResourceFile::getDataVariableFor (const File& file) const
|
||||
String ResourceFile::getDataVariableFor (const File& file) const
|
||||
{
|
||||
jassert (files.indexOf (file) >= 0);
|
||||
return variableNames [files.indexOf (file)];
|
||||
}
|
||||
|
||||
const String ResourceFile::getSizeVariableFor (const File& file) const
|
||||
String ResourceFile::getSizeVariableFor (const File& file) const
|
||||
{
|
||||
jassert (files.indexOf (file) >= 0);
|
||||
return variableNames [files.indexOf (file)] + "Size";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue