aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorin1tiate <radwoodward@vikings.grayson.edu>2021-08-11 20:14:35 -0500
committerin1tiate <radwoodward@vikings.grayson.edu>2021-08-11 20:14:35 -0500
commit2a18c1cdec54a324c6ba9834d6e6b05cc46f2535 (patch)
treea4ae3a0aa2c64c49427ebe5f4ba685ec24bd6ab6 /include
parent42760bc3f86e1d38acbf6c3c9f675dbf6acc37c8 (diff)
wait for thread to finish before starting new one
Diffstat (limited to 'include')
-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();