Update plugins/proxy/proxy.cpp
This commit is contained in:
parent
38e7bc50fb
commit
9efb55180b
|
@ -850,7 +850,7 @@ bool Proxy::getAppProxyState()
|
|||
QDBusReply<bool> reply = m_appProxyDbus->call("getProxyStateDbus");
|
||||
|
||||
if (!reply.isValid()) {
|
||||
return -1;
|
||||
return false;
|
||||
}
|
||||
state = reply;
|
||||
|
||||
|
|
Loading…
Reference in New Issue