diff options
Diffstat (limited to 'macosx/Controller.h')
-rw-r--r-- | macosx/Controller.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/macosx/Controller.h b/macosx/Controller.h index 07a027231..a9bce271f 100644 --- a/macosx/Controller.h +++ b/macosx/Controller.h @@ -279,6 +279,9 @@ BOOL fIsDragging; - (void) performScan:(NSString *) scanPath scanTitleNum: (int) scanTitleNum; - (IBAction) showNewScan: (id) sender; + +- (IBAction) cancelScanning:(id)sender; + - (void) updateUI: (NSTimer *) timer; - (void) enableUI: (bool) enable; |