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
eecb2abc
Commit
eecb2abc
authored
Oct 20, 2020
by
Laurent Montel
Browse files
Remove unused implemented method
parent
db8b0ef8
Changes
2
Hide whitespace changes
Inline
Side-by-side
gui/SensorDisplayLib/SensorDisplay.h
View file @
eecb2abc
...
...
@@ -116,11 +116,6 @@ class SensorDisplay : public QWidget, public SensorClient
*/
void
setPlotterWidget
(
QWidget
*
plotter
);
/**
Returns the widget on which the error icon can be drawn.
*/
QWidget
*
plotterWidget
()
const
;
/**
Add a sensor to the display.
...
...
@@ -238,7 +233,6 @@ class SensorDisplay : public QWidget, public SensorClient
void
setSensorOk
(
bool
ok
);
bool
timerOn
()
const
;
QList
<
SensorProperties
*>
&
sensors
();
...
...
plugins/global/nvidia/nvidia.h
View file @
eecb2abc
...
...
@@ -36,8 +36,6 @@ public:
return
QStringLiteral
(
"nvidia"
);
}
void
init
();
private:
void
gpuSubscriptionChanged
(
bool
subscribed
);
...
...
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