diff --git a/example_09-06.cpp b/example_09-06.cpp index 529eb36..c63185c 100644 --- a/example_09-06.cpp +++ b/example_09-06.cpp @@ -1,3 +1,5 @@ +//Example 9-6. The QMoviePlayer object header file QMoviePlayer.hpp +// #include "ui_QMoviePlayer.h" #include #include @@ -18,4 +20,4 @@ class QMoviePlayer : public QWidget { void _copyImage( void ); public slots: void nextFrame(); -}; \ No newline at end of file +};