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