Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
KSysGuard
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
5
Merge Requests
5
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Plasma
KSysGuard
Commits
11fc8be0
Commit
11fc8be0
authored
Jan 22, 2021
by
David Redondo
🏎
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Set name for temperature sensor
Fix copy and paste mistake GIT_SILENT
parent
0e5a96ca
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
plugins/global/cpu/cpu.cpp
plugins/global/cpu/cpu.cpp
+1
-1
No files found.
plugins/global/cpu/cpu.cpp
View file @
11fc8be0
...
...
@@ -96,7 +96,7 @@ void CpuObject::initialize()
m_frequency
->
setUnit
(
KSysGuard
::
Unit
::
UnitMegaHertz
);
m_temperature
->
setPrefix
(
name
());
m_temperature
->
set
Prefix
(
i18nc
(
"@title"
,
"Current Temperature"
));
m_temperature
->
set
Name
(
i18nc
(
"@title"
,
"Current Temperature"
));
m_temperature
->
setShortName
(
i18nc
(
"@title, Short for Current Temperatur"
,
"Temperature"
));
m_temperature
->
setVariantType
(
QVariant
::
Double
);
m_temperature
->
setUnit
(
KSysGuard
::
Unit
::
UnitCelsius
);
...
...
David Redondo
🏎
@davidre
mentioned in commit
77868f03
·
Jan 22, 2021
mentioned in commit
77868f03
mentioned in commit 77868f03fd15e80c17b199a6120d2c748bd12e7c
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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