aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/aocharmovie.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/include/aocharmovie.h b/include/aocharmovie.h
index bc0e30a5..f54f5105 100644
--- a/include/aocharmovie.h
+++ b/include/aocharmovie.h
@@ -29,15 +29,12 @@ public:
void combo_resize(int w, int h);
- void set_frame(QImage image);
-
private:
AOApplication *ao_app;
QMovie *m_movie;
QVector<QImage> movie_frames;
QTimer *preanim_timer;
- QTimer *ticker;
const int time_mod = 60;
@@ -49,13 +46,11 @@ private:
bool play_once = true;
- bool preprocess = false;
-
signals:
void done();
private slots:
- void movie_ticker();
+ void frame_change(int n_frame);
void timer_done();
};