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
libksysguard
Commits
767d04b8
Commit
767d04b8
authored
Jun 19, 2020
by
Arjen Hiemstra
Browse files
Make Sensor::shortName property actually return shortName
Apparently these have gotten mixed up all over the place.
parent
9fa0236b
Changes
1
Hide whitespace changes
Inline
Side-by-side
sensors/Sensor.cpp
View file @
767d04b8
...
...
@@ -140,7 +140,7 @@ QString Sensor::shortName() const
return
d
->
sensorInfo
.
name
;
}
return
d
->
sensorInfo
.
n
ame
;
return
d
->
sensorInfo
.
shortN
ame
;
}
QString
Sensor
::
description
()
const
...
...
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