Mark QEglFSKmsEglDeviceIntegration::presentBuffer as override
clang complains; this makes it build Change-Id: I874c51ea4500edcf3f0bb9c79f0ef0f36309d579 Reviewed-by: Laszlo Agocs <laszlo.agocs@qt.io>
This commit is contained in:
parent
93b7b0ec76
commit
2f4c658236
@ -62,7 +62,7 @@ public:
|
||||
bool supportsPBuffers() const override;
|
||||
QEglFSWindow *createWindow(QWindow *window) const override;
|
||||
|
||||
void presentBuffer(QPlatformSurface *surface);
|
||||
void presentBuffer(QPlatformSurface *surface) override;
|
||||
|
||||
EGLDeviceEXT eglDevice() const { return m_egl_device; }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user