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
4771e456
Commit
4771e456
authored
Oct 14, 2020
by
David Redondo
🏎
Browse files
Actually assign coreCount
parent
a5f21af1
Changes
1
Hide whitespace changes
Inline
Side-by-side
plugins/global/cpu/cpu.cpp
View file @
4771e456
...
...
@@ -132,5 +132,5 @@ void AllCpusObject::initialize()
void
AllCpusObject
::
setCounts
(
unsigned
int
cpuCount
,
unsigned
int
coreCount
)
{
m_cpuCount
->
setValue
(
cpuCount
);
m_coreCount
->
setValue
(
c
pu
Count
);
m_coreCount
->
setValue
(
c
ore
Count
);
}
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