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:
Shawn Rutledge 2019-02-15 15:04:29 +01:00
parent 93b7b0ec76
commit 2f4c658236

View File

@ -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; }