Export QDebug operator<<(QDebug , const Toplevel *)
It can be useful when debugging code in plugins, etc.
This commit is contained in:
parent
005377eff7
commit
0e7b02bc73
1 changed files with 1 additions and 1 deletions
|
@ -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*)
|
||||
|
|
Loading…
Reference in a new issue