Delete this line as it causes the program to crash on macOS Sequoia.

This commit is contained in:
Uwe Risse 2024-09-23 10:56:32 +02:00
parent 2c5aaca6ab
commit 24db8a23eb

View File

@ -148,7 +148,6 @@ void SoundOutput::stop ()
m_stream->reset ();
m_stream->stop ();
}
m_stream.reset ();
}
qreal SoundOutput::attenuation () const