Prevent endless loop when calling QWaylandShmWindow::format().
parent
f3440ddf52
commit
6d6ac714ca
|
|
@ -52,7 +52,7 @@ public:
|
|||
~QWaylandShmWindow();
|
||||
|
||||
WindowType windowType() const;
|
||||
QSurfaceFormat format() const { return window()->format(); }
|
||||
QSurfaceFormat format() const { return QSurfaceFormat(); }
|
||||
};
|
||||
|
||||
#endif // QWAYLANDSHMWINDOW_H
|
||||
|
|
|
|||
Loading…
Reference in New Issue