mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-11-22 09:16:05 +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 << u"Active torrents are presented"_s;
|
||||
if (m_useGSM)
|
||||
args << 8u;
|
||||
args << 4u;
|
||||
call.setArguments(args);
|
||||
|
||||
QDBusPendingCall pcall = QDBusConnection::sessionBus().asyncCall(call, 1000);
|
||||
|
|
Loading…
Reference in a new issue