build fix
Lint & Format (JS/TS) / lint-format (pull_request) Successful in 16s
Python / lint-format (pull_request) Successful in 23s
Python / test (pull_request) Successful in 48s
Lint & Format (Rust) / lint-format (pull_request) Successful in 1m9s

This commit is contained in:
2026-06-03 01:02:50 +02:00
parent 016dcc008f
commit 3bcdbbabbb
+1 -1
View File
@@ -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";