MidiOss: Fix a typo which breaks build

This commit is contained in:
Hyunjin Song
2022-01-29 15:48:23 +09:00
committed by GitHub
parent 31aac6265c
commit 877a93198f

View File

@@ -40,7 +40,7 @@ MidiOss::MidiOss() :
// only start thread, if opening of MIDI-device is successful,
// otherwise isRunning()==false indicates error
if( m_midiDev.open( QIODevice::ReadWrite |
QIODevice::Unbuffered ) ) ||
QIODevice::Unbuffered ) ||
m_midiDev.open( QIODevice::ReadOnly |
QIODevice::Unbuffered ) )
{