QPlatformSurface: add missing virtual dtor
Change-Id: Ia7630cf33380badfe4ec7bdb59a9b86320257978 Reviewed-by: Gunnar Sletta <gunnar.sletta@nokia.com>
This commit is contained in:
parent
c005c75080
commit
43a176804f
@ -43,6 +43,8 @@
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
||||
QPlatformSurface::~QPlatformSurface() {}
|
||||
|
||||
QSurface::SurfaceClass QPlatformSurface::surfaceClass() const
|
||||
{
|
||||
return m_type;
|
||||
|
@ -54,6 +54,7 @@ QT_BEGIN_NAMESPACE
|
||||
class Q_GUI_EXPORT QPlatformSurface
|
||||
{
|
||||
public:
|
||||
virtual ~QPlatformSurface();
|
||||
virtual QSurfaceFormat format() const = 0;
|
||||
|
||||
QSurface::SurfaceClass surfaceClass() const;
|
||||
|
Loading…
Reference in New Issue
Block a user