diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/aolayer.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/aolayer.h b/include/aolayer.h index 7a8e2fd9..4b95ddbd 100644 --- a/include/aolayer.h +++ b/include/aolayer.h @@ -7,6 +7,7 @@ #include <QLabel> #include <QTimer> #include <QBitmap> +#include <QtConcurrent/QtConcurrentRun> class AOApplication; class VPath; @@ -139,6 +140,9 @@ protected: // Center the QLabel in the viewport based on the dimensions of f_pixmap void center_pixmap(QPixmap f_pixmap); + // Populate the frame and delay vectors. Done asynchronously. + void load_next_frame(); + signals: void done(); |
