Formatting

This commit is contained in:
Klaus Basan
2014-11-19 20:02:00 +01:00
committed by Roland Winklmeier
parent 350b5a0bfa
commit 6e5e28584f
4 changed files with 6 additions and 10 deletions

View File

@@ -503,7 +503,6 @@ namespace BlackSound
void CSoundGenerator::printAllQtSoundDevices()
{
QTextStream qtout(stdout);
qtout << "output" << endl;
foreach(QAudioDeviceInfo qd, QAudioDeviceInfo::availableDevices(QAudio::AudioOutput))
{
@@ -515,8 +514,6 @@ namespace BlackSound
{
qtout << qd.deviceName() << endl;
}
}
} // namespace