QWaylandScreen: Also call QPlatformScreen constructor.
Change-Id: Iae63ea5b15f2422ea28f2f9c8d7abeb30d23c86f Reviewed-by: Giulio Camuffo <giulio.camuffo@jollamobile.com>
This commit is contained in:
parent
132cbe5414
commit
34d69d9b4d
@ -54,7 +54,8 @@
|
|||||||
QT_BEGIN_NAMESPACE
|
QT_BEGIN_NAMESPACE
|
||||||
|
|
||||||
QWaylandScreen::QWaylandScreen(QWaylandDisplay *waylandDisplay, uint32_t id)
|
QWaylandScreen::QWaylandScreen(QWaylandDisplay *waylandDisplay, uint32_t id)
|
||||||
: QtWayland::wl_output(waylandDisplay->wl_registry(), id)
|
: QPlatformScreen()
|
||||||
|
, QtWayland::wl_output(waylandDisplay->wl_registry(), id)
|
||||||
, mWaylandDisplay(waylandDisplay)
|
, mWaylandDisplay(waylandDisplay)
|
||||||
, mExtendedOutput(0)
|
, mExtendedOutput(0)
|
||||||
, mDepth(32)
|
, mDepth(32)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user