Apply suggestion to xdgshellclient.cpp

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

View file

@ -1817,7 +1817,7 @@ XdgPopupClient::~XdgPopupClient()
void XdgPopupClient::debug(QDebug &stream) const
{
stream << "XdgPopup: transientFor:" << transientFor();
stream << "XdgPopupClient: transientFor:" << transientFor();
}
NET::WindowType XdgPopupClient::windowType(bool direct, int supported_types) const