parent
3030a85694
commit
4bb276aa93
1 changed files with 1 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue