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
Multimedia
Elisa
Commits
18c5bfa7
Commit
18c5bfa7
authored
Jul 16, 2021
by
Matthieu Gallien
🎵
Browse files
remove hard dependency on DBus for powermanagement code
remove unused variable
parent
761c696b
Pipeline
#70785
passed with stage
in 17 seconds
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
src/powermanagementinterface.cpp
View file @
18c5bfa7
...
...
@@ -42,8 +42,6 @@ public:
uint
mInhibitSleepCookie
=
0
;
QDBusUnixFileDescriptor
mInhibitSleepFileDescriptor
;
};
PowerManagementInterface
::
PowerManagementInterface
(
QObject
*
parent
)
:
QObject
(
parent
),
d
(
std
::
make_unique
<
PowerManagementInterfacePrivate
>
())
...
...
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