mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-11-25 18:56:34 +03:00
parent
4a217dc42f
commit
9194f60ac0
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@ void PowerManagementInhibitor::requestBusy()
|
||||||
args << 0u;
|
args << 0u;
|
||||||
args << u"Active torrents are presented"_s;
|
args << u"Active torrents are presented"_s;
|
||||||
if (m_useGSM)
|
if (m_useGSM)
|
||||||
args << 8u;
|
args << 4u;
|
||||||
call.setArguments(args);
|
call.setArguments(args);
|
||||||
|
|
||||||
QDBusPendingCall pcall = QDBusConnection::sessionBus().asyncCall(call, 1000);
|
QDBusPendingCall pcall = QDBusConnection::sessionBus().asyncCall(call, 1000);
|
||||||
|
|
Loading…
Reference in a new issue