diff options
author | titer <[email protected]> | 2006-03-18 21:57:13 +0000 |
---|---|---|
committer | titer <[email protected]> | 2006-03-18 21:57:13 +0000 |
commit | e3cd96683d5137f1aefef861ae40f7d0de93a7cb (patch) | |
tree | 4a1419cdab7b188853655f56d45a44e81d73cdba /macosx/ScanController.h | |
parent | 111307fa9186021aef60d28e6b707c93190d5407 (diff) |
Moves drive detection to a seperate class
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@43 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/ScanController.h')
-rw-r--r-- | macosx/ScanController.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/macosx/ScanController.h b/macosx/ScanController.h index d038e6eea..c5a8de7e0 100644 --- a/macosx/ScanController.h +++ b/macosx/ScanController.h @@ -25,13 +25,11 @@ IBOutlet NSProgressIndicator * fIndicator; IBOutlet NSButton * fCancelButton; IBOutlet NSButton * fOpenButton; - - uint64_t fLastCheck; } - (void) TranslateStrings; - (void) SetHandle: (hb_handle_t *) handle; -- (void) DetectDrives: (NSNotification *) notification; +- (void) Show; - (void) UpdateUI: (hb_state_t *) state; - (IBAction) MatrixChanged: (id) sender; |