mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 23:25:53 +08:00
Formatting
This commit is contained in:
committed by
Roland Winklmeier
parent
350b5a0bfa
commit
6e5e28584f
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user