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";