projects
/
handbrake
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
939b94e
)
MacGui: add a canceled state to HBJob
author
Damiano Galassi
<damiog@gmail.com>
Mon, 19 Oct 2015 15:51:47 +0000
(17:51 +0200)
committer
Damiano Galassi
<damiog@gmail.com>
Mon, 19 Oct 2015 15:51:47 +0000
(17:51 +0200)
macosx/HBJob.h
patch
|
blob
|
history
diff --git
a/macosx/HBJob.h
b/macosx/HBJob.h
index 27075215c6ac386ce4d4dfcc5e7db5db76e290b6..8c1ab6529f7492df9f05276273bc6bc42940b951 100644
(file)
--- a/
macosx/HBJob.h
+++ b/
macosx/HBJob.h
@@
-32,7
+32,8
@@
typedef NS_ENUM(NSUInteger, HBJobState){
HBJobStateReady,
HBJobStateWorking,
HBJobStateCompleted,
- HBJobStateCanceled
+ HBJobStateCanceled,
+ HBJobStateFailed
};
/**