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
fc32f4f6
Commit
fc32f4f6
authored
Nov 12, 2020
by
Arjen Hiemstra
Browse files
Properly initialize udev member in Linux backend
parent
073fb636
Changes
1
Hide whitespace changes
Inline
Side-by-side
plugins/global/gpu/LinuxBackend.h
View file @
fc32f4f6
...
...
@@ -23,6 +23,6 @@ public:
void
update
()
override
;
private:
udev
*
m_udev
;
udev
*
m_udev
=
nullptr
;
QVector
<
GpuDevice
*>
m_devices
;
};
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