Fix broken MIDI import
Fix a regression in 3e538d510c (#4401) that
readAllData doesn't read the file from the beginning
This commit is contained in:
@@ -80,6 +80,7 @@ protected:
|
||||
|
||||
inline QByteArray readAllData()
|
||||
{
|
||||
m_file.seek(0);
|
||||
return m_file.readAll();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user