aboutsummaryrefslogtreecommitdiff
path: root/include/aolayer.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/aolayer.h')
-rw-r--r--include/aolayer.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/aolayer.h b/include/aolayer.h
index 1216b324..ffbd6dac 100644
--- a/include/aolayer.h
+++ b/include/aolayer.h
@@ -143,6 +143,9 @@ protected:
// Populates the frame and delay vectors with the next frame's data.
void load_next_frame();
+ // used in load_next_frame
+ QFuture<void> future;
+
signals:
void done();