Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Plasma
KWin
Commits
0e7b02bc
Commit
0e7b02bc
authored
Oct 02, 2020
by
Vlad Zahorodnii
Browse files
Export QDebug operator<<(QDebug , const Toplevel *)
It can be useful when debugging code in plugins, etc.
parent
005377ef
Changes
1
Hide whitespace changes
Inline
Side-by-side
toplevel.h
View file @
0e7b02bc
...
...
@@ -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
*
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment