diff options
author | Damiano Galassi <[email protected]> | 2018-11-11 12:07:13 +0100 |
---|---|---|
committer | Damiano Galassi <[email protected]> | 2018-11-11 12:07:13 +0100 |
commit | efcf50c4a0ff04091de5acf01e3502038b7bfe0e (patch) | |
tree | fe36ac63674d124043ab8294ab54923aba18d3be /macosx/HBPreviewGenerator.h | |
parent | 32ee37822392081e96f1192197063bce54a27ba4 (diff) |
MacGui: improve preview window touch bar.
Diffstat (limited to 'macosx/HBPreviewGenerator.h')
-rw-r--r-- | macosx/HBPreviewGenerator.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/macosx/HBPreviewGenerator.h b/macosx/HBPreviewGenerator.h index dcf5f6953..617ad32f3 100644 --- a/macosx/HBPreviewGenerator.h +++ b/macosx/HBPreviewGenerator.h @@ -29,6 +29,11 @@ NS_ASSUME_NONNULL_BEGIN - (instancetype)init NS_UNAVAILABLE; - (instancetype)initWithCore:(HBCore *)core job:(HBJob *)job NS_DESIGNATED_INITIALIZER; +/** + * Wait until all the asyncronous operations are done. + */ +- (void)invalidate; + #pragma mark - Still image generator /** |