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
@@ -57,7 +57,7 @@ class QGstreamerVideoRenderer : public QVideoRendererControl, public QGstreamerV
|
||||
public:
|
||||
QGstreamerVideoRenderer(QObject *parent = 0);
|
||||
virtual ~QGstreamerVideoRenderer();
|
||||
|
||||
|
||||
QAbstractVideoSurface *surface() const;
|
||||
void setSurface(QAbstractVideoSurface *surface);
|
||||
|
||||
@@ -73,7 +73,7 @@ signals:
|
||||
private slots:
|
||||
void handleFormatChange();
|
||||
|
||||
private:
|
||||
private:
|
||||
QVideoSurfaceGstSink *m_videoSink;
|
||||
QPointer<QAbstractVideoSurface> m_surface;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user