mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-02-01 03:10:06 +00:00
Android development and modal loop elimination.
This commit is contained in:
parent
ef71999349
commit
60e3ff8f5a
22 changed files with 893 additions and 687 deletions
|
|
@ -122,7 +122,6 @@ bool FileBasedDocument::loadFrom (const File& newFile,
|
|||
|
||||
return false;
|
||||
}
|
||||
#endif
|
||||
|
||||
bool FileBasedDocument::loadFromUserSpecifiedFile (const bool showMessageOnFailure)
|
||||
{
|
||||
|
|
@ -146,7 +145,6 @@ FileBasedDocument::SaveResult FileBasedDocument::save (const bool askUserForFile
|
|||
showMessageOnFailure);
|
||||
}
|
||||
|
||||
#if JUCE_MODAL_LOOPS_PERMITTED
|
||||
FileBasedDocument::SaveResult FileBasedDocument::saveAs (const File& newFile,
|
||||
const bool warnAboutOverwritingExistingFiles,
|
||||
const bool askUserForFileIfNotSpecified,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue