fix crash from infoview in wayland

pull/1/head
Michail Vourlakos 8 years ago
parent 7b8bb2fc73
commit b2df416e1b

@ -155,8 +155,6 @@ void InfoView::setupWaylandIntegration()
qDebug() << "wayland dock window surface was created...";
m_shellSurface = interface->createSurface(s, this);
syncGeometry();
}
}

@ -65,13 +65,13 @@ private:
private:
QString m_message;
QScreen *m_screen;
QScreen *m_screen{nullptr};
Plasma::FrameSvg::EnabledBorders m_borders{Plasma::FrameSvg::TopBorder | Plasma::FrameSvg::BottomBorder};
KWayland::Client::PlasmaShellSurface *m_shellSurface{nullptr};
DockCorona *m_corona;
DockCorona *m_corona{nullptr};
};
}

Loading…
Cancel
Save