summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/eglfs/deviceintegration
diff options
context:
space:
mode:
authorShawn Rutledge <shawn.rutledge@qt.io>2019-02-15 15:04:29 +0100
committerShawn Rutledge <shawn.rutledge@qt.io>2019-02-25 20:10:44 +0000
commit2f4c6582363d3fd2ece331913c4baedd6dae1061 (patch)
tree16d0e283efe4342c4095c33f8ebe88893acce5cf /src/plugins/platforms/eglfs/deviceintegration
parent93b7b0ec76572427291d8e2eef9a10eb499417a9 (diff)
Mark QEglFSKmsEglDeviceIntegration::presentBuffer as override
clang complains; this makes it build Change-Id: I874c51ea4500edcf3f0bb9c79f0ef0f36309d579 Reviewed-by: Laszlo Agocs <laszlo.agocs@qt.io>
Diffstat (limited to 'src/plugins/platforms/eglfs/deviceintegration')
-rw-r--r--src/plugins/platforms/eglfs/deviceintegration/eglfs_kms_egldevice/qeglfskmsegldeviceintegration.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/platforms/eglfs/deviceintegration/eglfs_kms_egldevice/qeglfskmsegldeviceintegration.h b/src/plugins/platforms/eglfs/deviceintegration/eglfs_kms_egldevice/qeglfskmsegldeviceintegration.h
index 0c64d83b12..a5697ec831 100644
--- a/src/plugins/platforms/eglfs/deviceintegration/eglfs_kms_egldevice/qeglfskmsegldeviceintegration.h
+++ b/src/plugins/platforms/eglfs/deviceintegration/eglfs_kms_egldevice/qeglfskmsegldeviceintegration.h
@@ -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; }