Apply suggestion to xdgshellclient.cpp

This commit is contained in:
David Edmundson 2020-06-19 08:32:15 +00:00
parent e02fe34e17
commit 3f1fb873dd

View file

@ -676,7 +676,7 @@ XdgToplevelInterface *XdgToplevelClient::shellSurface() const
void XdgToplevelClient::debug(QDebug &stream) const
{
stream << "XdgTopLevel: " << resourceClass() << caption();
stream << "XdgToplevelClient:" << resourceClass() << caption();
}
NET::WindowType XdgToplevelClient::windowType(bool direct, int supported_types) const