From 3bcdbbabbb0d61ecf24d65854794416eb7dc1b03 Mon Sep 17 00:00:00 2001 From: AramJonghu Date: Wed, 3 Jun 2026 01:02:50 +0200 Subject: [PATCH] build fix --- Plugins/ZShell/lidwatcher.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Plugins/ZShell/lidwatcher.cpp b/Plugins/ZShell/lidwatcher.cpp index f1f0c43..9c53aac 100644 --- a/Plugins/ZShell/lidwatcher.cpp +++ b/Plugins/ZShell/lidwatcher.cpp @@ -49,7 +49,7 @@ LidWatcher::LidState LidWatcher::state() const { } void LidWatcher::queryInitialState() { - const auto msg = QDBusMessage::createMethodCall( + auto msg = QDBusMessage::createMethodCall( kLogin1Service, kLogin1Path, kDBusPropertiesInterface, "Get"); msg << kLogin1Interface << "LidClosed";