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
KSysGuard
Commits
f38f6416
Commit
f38f6416
authored
Nov 12, 2020
by
Arjen Hiemstra
Browse files
Remove unused destuctor from GpuBackend
parent
fc32f4f6
Changes
1
Hide whitespace changes
Inline
Side-by-side
plugins/global/gpu/GpuBackend.h
View file @
f38f6416
...
...
@@ -16,7 +16,6 @@ class GpuBackend : public QObject
public:
GpuBackend
(
QObject
*
parent
=
nullptr
)
:
QObject
(
parent
)
{
}
~
GpuBackend
()
override
=
default
;
virtual
void
start
()
=
0
;
virtual
void
stop
()
=
0
;
...
...
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