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
4bb276aa
Commit
4bb276aa
authored
Apr 25, 2022
by
Nils Fenner
Committed by
Vlad Zahorodnii
Apr 25, 2022
Browse files
Minor clean up in KWin::Window
References
#81
parent
3030a856
Pipeline
#168206
passed with stage
in 11 minutes and 33 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/window.h
View file @
4bb276aa
...
...
@@ -7,8 +7,7 @@
SPDX-License-Identifier: GPL-2.0-or-later
*/
#ifndef KWIN_ABSTRACT_CLIENT_H
#define KWIN_ABSTRACT_CLIENT_H
#pragma once
#include
"cursor.h"
#include
"options.h"
...
...
@@ -2315,5 +2314,3 @@ KWIN_EXPORT QDebug operator<<(QDebug debug, const Window *toplevel);
Q_DECLARE_METATYPE
(
KWin
::
Window
*
)
Q_DECLARE_METATYPE
(
QList
<
KWin
::
Window
*>
)
Q_DECLARE_OPERATORS_FOR_FLAGS
(
KWin
::
Window
::
SameApplicationChecks
)
#endif
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