zzag added inline comments.

INLINE COMMENTS

> xdgtest.cpp:124
>              Q_ASSERT(m_xdgShellSurface);
> -            connect(m_xdgShellSurface, &XdgShellSurface::sizeChanged, this, 
> &XdgTest::render);
> -            render();
> +            connect(m_xdgShellSurface, &XdgShellSurface::configureRequested, 
> this, [this](const QSize &size, KWayland::Client::XdgShellSurface::States 
> states, int serial) {
> +                m_xdgShellSurface->ackConfigure(serial);

Q_UNUSED(size)
Q_UNUSED(states)

> xdgtest.cpp:129
> +
> +            m_xdgShellSurface->setTitle("Test Window");
> +

I had to use QStringLiteral to make it compile.

REPOSITORY
  R127 KWayland

REVISION DETAIL
  https://phabricator.kde.org/D18577

To: davidedmundson, #kwin
Cc: zzag, kde-frameworks-devel, michaelh, ngraham, bruns

Reply via email to