mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
Fix audio buffer being opened read only
This commit is contained in:
parent
8f09d11940
commit
53a8221aff
|
@ -3,7 +3,7 @@
|
|||
AudioBuffer::AudioBuffer() :
|
||||
QIODevice(0)
|
||||
{
|
||||
open(QIODevice::ReadOnly);
|
||||
open(QIODevice::ReadWrite);
|
||||
}
|
||||
|
||||
AudioBuffer::~AudioBuffer()
|
||||
|
|
Loading…
Reference in New Issue
Block a user