Skip to content

Commit

Permalink
Update example_09-07.cpp
Browse files Browse the repository at this point in the history
added comment at top
  • Loading branch information
garybradski authored May 24, 2017
1 parent 0554a09 commit 4d870d7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion example_09-07.cpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
//Example 9-7. The QMoviePlayer object source file: QMoviePlayer.cpp
//
#include "QMoviePlayer.hpp"
#include <QTimer>
#include <QPainter>
QMoviePlayer::QMoviePlayer( QWidget *parent )
: QWidget( parent )
{
ui.setupUi( this );
}
}

0 comments on commit 4d870d7

Please sign in to comment.