mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Clarify some FileChooser example code
This commit is contained in:
parent
1fb2203517
commit
61c638106f
1 changed files with 3 additions and 1 deletions
|
|
@ -30,7 +30,9 @@ namespace juce
|
|||
/**
|
||||
Creates a dialog box to choose a file or directory to load or save.
|
||||
|
||||
e.g. @code
|
||||
@code
|
||||
std::unique_ptr<FileChooser> myChooser;
|
||||
|
||||
void loadMooseFile()
|
||||
{
|
||||
myChooser = std::make_unique<FileChooser> ("Please select the moose you want to load...",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue