fix for previous renderqueue extension
parent
6777864990
commit
065974cd83
|
@ -58,7 +58,7 @@ public:
|
|||
}
|
||||
|
||||
/// Called when work has finished in a rectangular image region
|
||||
inline void workEndEvent(const RenderJob *job, const ImageBlock *wr) {
|
||||
inline void workEndEvent(const RenderJob *job, const ImageBlock *wr, bool cancelled) {
|
||||
emit workEnd(job, wr);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue