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
3f7f2294
Commit
3f7f2294
authored
Nov 02, 2020
by
David Redondo
🏎
Browse files
Set core count to the correct value
BUG:428561
parent
0b3c24fe
Changes
1
Hide whitespace changes
Inline
Side-by-side
plugins/global/cpu/linuxcpuplugin.cpp
View file @
3f7f2294
...
...
@@ -69,7 +69,7 @@ LinuxCpuPluginPrivate::LinuxCpuPluginPrivate(CpuPlugin *q)
}
m_allCpus
=
new
LinuxAllCpusObject
(
m_container
);
m_allCpus
->
initialize
();
m_allCpus
->
setCounts
(
numCores
.
keys
().
size
(),
numCore
s
.
size
());
m_allCpus
->
setCounts
(
numCores
.
keys
().
size
(),
m_cpu
s
.
size
());
addSensors
();
}
...
...
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