Remove a few more obsolete parts.
Change-Id: I3a001f01ab7fd8cf63452126037b98c1b01df80d Reviewed-on: http://codereview.qt.nokia.com/1797 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Jonas Rabbe <jonas.rabbe@nokia.com>
This commit is contained in:
committed by
Qt by Nokia
parent
1403a1c7be
commit
eccb43d73c
@@ -3,7 +3,7 @@ TARGET = videographicsitem
|
||||
|
||||
QT += multimediakit
|
||||
|
||||
!symbian:contains(QT_CONFIG, opengl): QT += opengl
|
||||
contains(QT_CONFIG, opengl): QT += opengl
|
||||
|
||||
HEADERS += videoplayer.h \
|
||||
videoitem.h
|
||||
|
||||
@@ -44,7 +44,7 @@
|
||||
#include <QtGui>
|
||||
#include <qvideosurfaceformat.h>
|
||||
|
||||
#if !defined(QT_NO_OPENGL) && !defined(Q_OS_SYMBIAN)
|
||||
#if !defined(QT_NO_OPENGL)
|
||||
# include <QtOpenGL/QGLWidget>
|
||||
#endif
|
||||
|
||||
@@ -60,7 +60,7 @@ VideoPlayer::VideoPlayer(QWidget *parent, Qt::WindowFlags flags)
|
||||
QGraphicsScene *scene = new QGraphicsScene(this);
|
||||
QGraphicsView *graphicsView = new QGraphicsView(scene);
|
||||
|
||||
#if !defined(QT_NO_OPENGL) && !defined(Q_OS_SYMBIAN)
|
||||
#if !defined(QT_NO_OPENGL)
|
||||
graphicsView->setViewport(new QGLWidget);
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user