mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-06 23:24:01 +02:00
Fix d-bus type in MutterDBusLastUserInputTime
This commit is contained in:
parent
ead6892857
commit
2f2de84b43
1 changed files with 1 additions and 1 deletions
|
@ -391,7 +391,7 @@ std::optional<crl::time> MutterDBusLastUserInputTime() {
|
|||
qsl("org.gnome.Mutter.IdleMonitor"),
|
||||
qsl("GetIdletime"));
|
||||
|
||||
const QDBusReply<uint> reply = QDBusConnection::sessionBus().call(
|
||||
const QDBusReply<qulonglong> reply = QDBusConnection::sessionBus().call(
|
||||
Message);
|
||||
|
||||
static const auto NotSupportedErrors = {
|
||||
|
|
Loading…
Add table
Reference in a new issue