Browse Source

Clarify some FileChooser example code

v6.1.6
Tom Poole 3 years ago
parent
commit
61c638106f
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      modules/juce_gui_basics/filebrowser/juce_FileChooser.h

+ 3
- 1
modules/juce_gui_basics/filebrowser/juce_FileChooser.h View File

@@ -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…
Cancel
Save