build fix
This commit is contained in:
@@ -49,7 +49,7 @@ LidWatcher::LidState LidWatcher::state() const {
|
|||||||
}
|
}
|
||||||
|
|
||||||
void LidWatcher::queryInitialState() {
|
void LidWatcher::queryInitialState() {
|
||||||
const auto msg = QDBusMessage::createMethodCall(
|
auto msg = QDBusMessage::createMethodCall(
|
||||||
kLogin1Service, kLogin1Path,
|
kLogin1Service, kLogin1Path,
|
||||||
kDBusPropertiesInterface, "Get");
|
kDBusPropertiesInterface, "Get");
|
||||||
msg << kLogin1Interface << "LidClosed";
|
msg << kLogin1Interface << "LidClosed";
|
||||||
|
|||||||
Reference in New Issue
Block a user