mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-11 23:54:18 +00:00
Minor introjucer clean-ups.
This commit is contained in:
parent
e381dff4b3
commit
98ba259599
34 changed files with 212 additions and 212 deletions
|
|
@ -40,7 +40,7 @@ ProjectTreeViewBase::~ProjectTreeViewBase()
|
|||
}
|
||||
|
||||
//==============================================================================
|
||||
const String ProjectTreeViewBase::getDisplayName() const
|
||||
String ProjectTreeViewBase::getDisplayName() const
|
||||
{
|
||||
return item.getName().toString();
|
||||
}
|
||||
|
|
@ -54,7 +54,7 @@ void ProjectTreeViewBase::setName (const String& newName)
|
|||
}
|
||||
|
||||
//==============================================================================
|
||||
const File ProjectTreeViewBase::getFile() const
|
||||
File ProjectTreeViewBase::getFile() const
|
||||
{
|
||||
return item.getFile();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue