mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-06 01:45:38 +08:00
refs #343, Changed transponder code and volume to int as discussed
This commit is contained in:
committed by
Roland Winklmeier
parent
4fab9a2fad
commit
c173a30a94
@@ -216,7 +216,7 @@ namespace BlackCore
|
||||
/*
|
||||
* Volumes
|
||||
*/
|
||||
void CContextAudioProxy::setVolumes(qint32 com1Volume, qint32 com2Volume)
|
||||
void CContextAudioProxy::setVolumes(int com1Volume, int com2Volume)
|
||||
{
|
||||
this->m_dBusInterface->callDBus(QLatin1Literal("setVolumes"), com1Volume, com2Volume);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user