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

It can be useful when debugging code in plugins, etc.
master
Vlad Zahorodnii 2020-10-02 13:44:10 +03:00
parent 005377eff7
commit 0e7b02bc73
1 changed files with 1 additions and 1 deletions

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