QMidi icon indicating copy to clipboard operation
QMidi copied to clipboard

implicit conversions

Open sherifomran opened this issue 7 years ago • 0 comments

hi there is implicit conversions from int64 to 32 at all chunk len points line 660 QMidifile.cpp, please change similar lines to the following to avoid this warning chunk_start = qint32(in.pos());

the warning does not appear with QT Creator but with Xcode. Please generate xcode project and compile with xcode to see it. Thank you

sherifomran avatar Aug 31 '17 13:08 sherifomran