Add a private class, since we now can.
This was a XXX Qt5 thing for binary compatibility. We could also now use QObjectPrivate if we wanted to. Change-Id: I7d95e3adf7b0725e91e1e229646a453863e989ed Reviewed-by: Dmytro Poplavskiy <dmytro.poplavskiy@nokia.com>
This commit is contained in:
committed by
Qt by Nokia
parent
6703ebf362
commit
6a3a442ea6
@@ -99,13 +99,12 @@ Q_SIGNALS:
|
||||
void nativeResolutionChanged(const QSize &);
|
||||
|
||||
protected:
|
||||
QAbstractVideoSurface(QAbstractVideoSurfacePrivate &dd, QObject *parent);
|
||||
|
||||
void setError(Error error);
|
||||
void setNativeResolution(const QSize &resolution);
|
||||
|
||||
private:
|
||||
Q_DECLARE_PRIVATE(QAbstractVideoSurface)
|
||||
QScopedPointer<QAbstractVideoSurfacePrivate> d_ptr;
|
||||
};
|
||||
|
||||
QT_END_NAMESPACE
|
||||
|
||||
Reference in New Issue
Block a user