whitespace fixes
remove trailing spaces & expand tabs. Change-Id: I05ef110abed90f13b47752760ffb4567a11a6a5e Reviewed-by: Yoann Lopes <yoann.lopes@digia.com> Reviewed-by: Tony Sarajärvi <tony.sarajarvi@digia.com>
This commit is contained in:
committed by
The Qt Project
parent
b690a4d902
commit
5980bc41cf
@@ -68,7 +68,7 @@ public:
|
||||
QGraphicsVideoItem(QGraphicsItem *parent = 0);
|
||||
~QGraphicsVideoItem();
|
||||
|
||||
QMediaObject *mediaObject() const;
|
||||
QMediaObject *mediaObject() const;
|
||||
|
||||
Qt::AspectRatioMode aspectRatioMode() const;
|
||||
void setAspectRatioMode(Qt::AspectRatioMode mode);
|
||||
|
||||
@@ -841,7 +841,7 @@ QAbstractVideoSurface::Error QVideoSurfaceArbFpPainter::paint(
|
||||
painter->fillRect(target, Qt::black);
|
||||
return QAbstractVideoSurface::NoError;
|
||||
}
|
||||
|
||||
|
||||
const QAbstractVideoBuffer::HandleType h = m_frame.handleType();
|
||||
if (h == QAbstractVideoBuffer::NoHandle || h == QAbstractVideoBuffer::GLTextureHandle) {
|
||||
bool stencilTestEnabled = glIsEnabled(GL_STENCIL_TEST);
|
||||
|
||||
@@ -67,9 +67,9 @@ class Q_MULTIMEDIAWIDGETS_EXPORT QVideoWidget : public QWidget, public QMediaBin
|
||||
|
||||
public:
|
||||
QVideoWidget(QWidget *parent = 0);
|
||||
~QVideoWidget();
|
||||
~QVideoWidget();
|
||||
|
||||
QMediaObject *mediaObject() const;
|
||||
QMediaObject *mediaObject() const;
|
||||
|
||||
#ifdef Q_QDOC
|
||||
bool isFullScreen() const;
|
||||
|
||||
@@ -230,7 +230,7 @@ public:
|
||||
QVideoWidgetPrivate()
|
||||
: q_ptr(0)
|
||||
, mediaObject(0)
|
||||
, service(0)
|
||||
, service(0)
|
||||
, widgetBackend(0)
|
||||
, windowBackend(0)
|
||||
, rendererBackend(0)
|
||||
|
||||
Reference in New Issue
Block a user