Skip to content

Commit

Permalink
widgets: include error
Browse files Browse the repository at this point in the history
  • Loading branch information
wang-bin committed Jan 10, 2015
1 parent ef4ba0b commit 81f8a2f
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion examples/videographicsitem/videoplayer.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
#define QTAV_VIDEOPLAYER_H

#include <QtAV/AVPlayer.h>
#include <QtAV/GraphicsItemRenderer.h>
#include <QtAVWidgets/GraphicsItemRenderer.h>
#include <QWidget>

class QGraphicsView;
Expand Down
2 changes: 1 addition & 1 deletion src/output/video/GLWidgetRenderer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
******************************************************************************/

#include "QtAV/GLWidgetRenderer.h"
#include "QtAVWidgets/GLWidgetRenderer.h"
#include "QtAV/private/VideoRenderer_p.h"
#include "utils/OpenGLHelper.h"
#include <QtCore/QCoreApplication>
Expand Down
2 changes: 1 addition & 1 deletion src/output/video/GLWidgetRenderer2.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
******************************************************************************/

#include "QtAV/GLWidgetRenderer2.h"
#include "QtAVWidgets/GLWidgetRenderer2.h"
#include "QtAV/private/OpenGLRendererBase_p.h"
#include <QResizeEvent>

Expand Down
2 changes: 1 addition & 1 deletion src/output/video/GraphicsItemRenderer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
******************************************************************************/

#include "QtAV/GraphicsItemRenderer.h"
#include "QtAVWidgets/GraphicsItemRenderer.h"
#include "QtAV/private/QPainterRenderer_p.h"
#include "QtAV/FilterContext.h"
#include "QtAV/OpenGLVideo.h"
Expand Down
2 changes: 1 addition & 1 deletion src/output/video/OpenGLWidgetRenderer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
******************************************************************************/

#include "QtAV/OpenGLWidgetRenderer.h"
#include "QtAVWidgets/OpenGLWidgetRenderer.h"
#include "QtAV/private/OpenGLRendererBase_p.h"
#include <QResizeEvent>

Expand Down
2 changes: 1 addition & 1 deletion src/output/video/WidgetRenderer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
******************************************************************************/

#include "QtAV/WidgetRenderer.h"
#include "QtAVWidgets/WidgetRenderer.h"
#include "QtAV/private/QPainterRenderer_p.h"
#include <QtGui/QFont>
#include <QtGui/QPainter>
Expand Down
2 changes: 1 addition & 1 deletion tests/qrc/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
#include <QApplication>

#include <QtAV/AVPlayer.h>
#include <QtAV/GLWidgetRenderer2.h>
#include <QtAVWidgets>

int main(int argc, char *argv[])
{
Expand Down

0 comments on commit 81f8a2f

Please sign in to comment.