From c567d51749890b2fceb14a0d3704e1bd2cbcedef Mon Sep 17 00:00:00 2001 From: David Edmundson Date: Fri, 19 Jun 2020 08:32:20 +0000 Subject: [PATCH] Apply suggestion to xdgshellclient.cpp --- xdgshellclient.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xdgshellclient.cpp b/xdgshellclient.cpp index 12c2c47f81..c1b1b6e83c 100644 --- a/xdgshellclient.cpp +++ b/xdgshellclient.cpp @@ -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