aboutsummaryrefslogtreecommitdiff
path: root/aomovie.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'aomovie.cpp')
-rw-r--r--aomovie.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/aomovie.cpp b/aomovie.cpp
index 90c3701..5714704 100644
--- a/aomovie.cpp
+++ b/aomovie.cpp
@@ -10,8 +10,6 @@ AOMovie::AOMovie(QWidget *p_parent, AOApplication *p_ao_app) : QLabel(p_parent)
m_movie = new QMovie();
- this->setMovie(m_movie);
-
connect(m_movie, SIGNAL(frameChanged(int)), this, SLOT(frame_change(int)));
}