Use default timeout

This commit is contained in:
Chocobo1 2023-07-20 15:51:36 +08:00
parent b5fbfdf106
commit dbb1b1e9bb
No known key found for this signature in database
GPG key ID: 210D9C873253A68C

View file

@ -65,7 +65,6 @@ PowerManagementInhibitor::PowerManagementInhibitor(QObject *parent)
if (m_busInterface)
{
m_busInterface->setTimeout(1000);
m_state = Idle;
LogMsg(tr("Power management found suitable D-Bus interface. Interface: %1").arg(m_busInterface->interface()));
}