Fix compilation with clang 4 on Linux
Change-Id: I7fdafeced7cdef7a97b4e004e9302cb2f1e6f258 Reviewed-by: Laszlo Agocs <laszlo.agocs@qt.io>bb10
parent
b87a2b3508
commit
c248a1fa57
|
|
@ -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); }
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue