mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-03 15:45:46 +08:00
refs #937 Resolved clazy warnings: miscellaneous.
This commit is contained in:
@@ -144,7 +144,7 @@ namespace BlackCore
|
||||
|
||||
void CContextAudioProxy::setMute(bool muted)
|
||||
{
|
||||
return this->m_dBusInterface->callDBus(QLatin1String("setMute"), muted);
|
||||
this->m_dBusInterface->callDBus(QLatin1String("setMute"), muted);
|
||||
}
|
||||
|
||||
bool CContextAudioProxy::isMuted() const
|
||||
|
||||
Reference in New Issue
Block a user