summaryrefslogtreecommitdiffstats
path: root/macosx/HBPreviewController.h
diff options
context:
space:
mode:
authordynaflash <[email protected]>2010-08-04 17:11:02 +0000
committerdynaflash <[email protected]>2010-08-04 17:11:02 +0000
commit021d0f58a6bf5904964202c67cd9adbe6b60fc9f (patch)
tree5d7d825dee9429ce6ef3edba6fc8b9d16bc157bf /macosx/HBPreviewController.h
parentc041c30ca962d7d13bde5e37e5c8e0b3983d33aa (diff)
MacGui: Add separate method for cancelling a Live Preview encode.
- Also replace deprecated removeFileAtPath:handler: with removeItemAtPath:error: in HBPreviewController git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3469 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/HBPreviewController.h')
-rw-r--r--macosx/HBPreviewController.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/macosx/HBPreviewController.h b/macosx/HBPreviewController.h
index c8dc6d023..3d26e6927 100644
--- a/macosx/HBPreviewController.h
+++ b/macosx/HBPreviewController.h
@@ -107,6 +107,7 @@
- (void) installMovieCallbacks;
- (void)removeMovieCallbacks;
+- (IBAction) cancelCreateMoviePreview: (id) sender;
- (IBAction) createMoviePreview: (id) sender;
- (void) libhbStateChanged: (hb_state_t ) state;
- (IBAction) showMoviePreview: (NSString *) path;