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
93a4104b
Commit
93a4104b
authored
May 20, 2021
by
Xaver Hugl
Browse files
output interface: mark bind and release methods as override
parent
4a505823
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/wayland/output_interface.cpp
View file @
93a4104b
...
...
@@ -48,8 +48,8 @@ public:
private:
void
output_destroy_global
()
override
;
void
output_bind_resource
(
Resource
*
resource
);
void
output_release
(
Resource
*
resource
);
void
output_bind_resource
(
Resource
*
resource
)
override
;
void
output_release
(
Resource
*
resource
)
override
;
};
OutputInterfacePrivate
::
OutputInterfacePrivate
(
Display
*
display
,
OutputInterface
*
q
)
...
...
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