Apply suggestion to xdgshellclient.cpp
This commit is contained in:
parent
e02fe34e17
commit
3f1fb873dd
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue