Export QDebug operator<<(QDebug , const Toplevel *)

It can be useful when debugging code in plugins, etc.
This commit is contained in:
Vlad Zahorodnii 2020-10-02 13:44:10 +03:00
parent 005377eff7
commit 0e7b02bc73

View file

@ -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*)