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
85f8f3ad
Commit
85f8f3ad
authored
Feb 28, 2022
by
Laurent Montel
Browse files
Remove unused variable
parent
a48dedda
Changes
1
Hide whitespace changes
Inline
Side-by-side
ksgrd/SensorAgent.cpp
View file @
85f8f3ad
...
...
@@ -42,7 +42,6 @@ SensorAgent::~SensorAgent()
void
SensorAgent
::
sendRequest
(
const
QString
&
req
,
SensorClient
*
client
,
int
id
)
{
SensorRequest
*
sensorreq
=
nullptr
;
SensorRequest
nRequest
{
req
,
client
,
id
};
if
(
mUnderwayRequests
.
contains
(
nRequest
))
return
;
...
...
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