Fix WAV exporting on Windows

This commit is contained in:
Hyunin Song
2018-05-29 17:49:51 +09:00
parent ddcae478d4
commit 1af0f083ea
2 changed files with 16 additions and 7 deletions

View File

@@ -56,6 +56,10 @@ protected:
return m_outputFile.isOpen();
}
inline int outputFileHandle() const
{
return m_outputFile.handle();
}
private:
QFile m_outputFile;