Skip to content

Commit

Permalink
Update example_09-06.cpp
Browse files Browse the repository at this point in the history
Added header doc
  • Loading branch information
garybradski authored May 24, 2017
1 parent cdf1b80 commit 0554a09
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion example_09-06.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
//Example 9-6. The QMoviePlayer object header file QMoviePlayer.hpp
//
#include "ui_QMoviePlayer.h"
#include <opencv2/opencv.hpp>
#include <string>
Expand All @@ -18,4 +20,4 @@ class QMoviePlayer : public QWidget {
void _copyImage( void );
public slots:
void nextFrame();
};
};

0 comments on commit 0554a09

Please sign in to comment.