From 0e7b02bc735e03b652d213edd3f8b792c61a3d66 Mon Sep 17 00:00:00 2001 From: Vlad Zahorodnii Date: Fri, 2 Oct 2020 13:44:10 +0300 Subject: [PATCH] Export QDebug operator<<(QDebug , const Toplevel *) It can be useful when debugging code in plugins, etc. --- toplevel.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toplevel.h b/toplevel.h index 2cea2f41f..0c891d4b5 100644 --- a/toplevel.h +++ b/toplevel.h @@ -1058,7 +1058,7 @@ inline bool Toplevel::isPopupWindow() const } } -QDebug operator<<(QDebug debug, const Toplevel *toplevel); +KWIN_EXPORT QDebug operator<<(QDebug debug, const Toplevel *toplevel); } // namespace Q_DECLARE_METATYPE(KWin::Toplevel*)