In my code I call QAudio::convertVolume() (yet to migrate to the QtAudio namespace). This compiles fine against Qt v6.7.0 and v6.7.1 (from the online installers). However...

Compiled against v6.7.0 the compiler generates a call to QtAudio::convertVolume(). The library contains symbols for both QAudio::convertVolume() and QtAudio::convertVolume().

Compiled against v6.7.1 the compiler generates a call to QAudio::convertVolume(). The library only contains a symbol for QAudio::convertVolume().

The result is that code compiled against v6.7.0 will not work with v6.7.1.

Thanks,
Phil
--
Development mailing list
Development@qt-project.org
https://lists.qt-project.org/listinfo/development

Reply via email to