Skip to content
GitLab
Menu
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
0cf97bf5
Commit
0cf97bf5
authored
Mar 01, 2021
by
Arjen Hiemstra
Browse files
Fix fallthrough warning in SensorDataModel
parent
bb1070aa
Changes
1
Hide whitespace changes
Inline
Side-by-side
sensors/SensorDataModel.cpp
View file @
0cf97bf5
...
...
@@ -136,6 +136,7 @@ QVariant SensorDataModel::data(const QModelIndex &index, int role) const
if
(
!
d
->
sensorColors
.
empty
())
{
return
d
->
sensorColors
.
value
(
sensor
);
}
break
;
case
UpdateInterval
:
//TODO: Make this dynamic once the backend supports it.
return
BackendUpdateInterval
;
...
...
Write
Preview
Supports
Markdown
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