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
d523a701
Commit
d523a701
authored
May 21, 2022
by
Vlad Zahorodnii
Browse files
Remove EffectFrame leftovers in Scene
(cherry picked from commit
e3da5fc7
)
parent
ef360955
Pipeline
#179164
passed with stage
in 12 minutes and 42 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/scene.h
View file @
d523a701
...
...
@@ -31,7 +31,6 @@ class DecoratedClientImpl;
class
Output
;
class
DecorationRenderer
;
class
Deleted
;
class
EffectFrameImpl
;
class
EffectWindowImpl
;
class
GLTexture
;
class
Item
;
...
...
@@ -75,7 +74,6 @@ class KWIN_EXPORT Scene : public QObject
public:
explicit
Scene
(
QObject
*
parent
=
nullptr
);
~
Scene
()
override
;
class
EffectFrame
;
void
initialize
();
...
...
src/scenes/opengl/scene_opengl.h
View file @
d523a701
...
...
@@ -49,7 +49,6 @@ public:
const
bool
hardwareClipping
;
};
class
EffectFrame
;
explicit
SceneOpenGL
(
OpenGLBackend
*
backend
,
QObject
*
parent
=
nullptr
);
~
SceneOpenGL
()
override
;
bool
initFailed
()
const
override
;
...
...
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