Fix compilation with clang 4 on Linux

Change-Id: I7fdafeced7cdef7a97b4e004e9302cb2f1e6f258
Reviewed-by: Laszlo Agocs <laszlo.agocs@qt.io>
bb10
Lars Knoll 2017-09-15 12:17:12 +02:00
parent b87a2b3508
commit c248a1fa57
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ public:
EGLNativeWindowType eglWindow() const;
EGLSurface surface() const;
QEglFSScreen *screen() const;
QEglFSScreen *screen() const override;
bool hasNativeWindow() const { return m_flags.testFlag(HasNativeWindow); }