diff options
author | Damiano Galassi <[email protected]> | 2021-01-05 18:32:48 +0100 |
---|---|---|
committer | Damiano Galassi <[email protected]> | 2021-01-05 18:32:48 +0100 |
commit | d9cc5955d7137711c24d46ab05abdfc138a022fb (patch) | |
tree | d223e76267c2b90b95236d5e2f3372a708433beb /macosx/HBUtilities.h | |
parent | 5a625a6762b6378c2bab15d4634bab8f2e503ab5 (diff) |
MacGUI: use NSFileManager to get the Movies directory URL.
Diffstat (limited to 'macosx/HBUtilities.h')
-rw-r--r-- | macosx/HBUtilities.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/macosx/HBUtilities.h b/macosx/HBUtilities.h index fd4704624..285ee4c00 100644 --- a/macosx/HBUtilities.h +++ b/macosx/HBUtilities.h @@ -25,6 +25,12 @@ NS_ASSUME_NONNULL_BEGIN + (nullable NSURL *)appSupportURL; /** + * Returns the default destination URL + */ ++ (nullable NSURL *)defaultDestinationURL; + + +/** * Returns the url of the current version documentation. */ @property (nonatomic, readonly, class) NSURL *documentationURL; |