qint32 -> int replacements to make implementations consistent with headers.

This commit is contained in:
Mathew Sutcliffe
2015-05-31 17:27:05 +01:00
parent 90d7771ca3
commit d4c5dff17a
2 changed files with 2 additions and 2 deletions

View File

@@ -455,7 +455,7 @@ namespace BlackSound
generator->deleteLater();
}
void CSoundGenerator::playSelcal(qint32 volume, const BlackMisc::Aviation::CSelcal &selcal, QAudioDeviceInfo device)
void CSoundGenerator::playSelcal(int volume, const BlackMisc::Aviation::CSelcal &selcal, QAudioDeviceInfo device)
{
QList<CSoundGenerator::Tone> tones;
if (selcal.isValid())