Re: [Development] QAudio/QtAudio in Qt v6.7.0/6.7.1

2024-06-03 Thread Björn Schäpers
Am 03.06.2024 um 10:20 schrieb Volker Hilsheimer via Development: On 3 Jun 2024, at 09:08, Phil Thompson via Development wrote: 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)

[Development] Save the Date: Qt Contributor Summit 5-6 Sep, 2024

2024-06-03 Thread Pedro Bessa via Development
Hi everyone, Just sending you a “Save the Date” message regarding our Qt Contributor Summit. Our event will be on Sep 5-6 in Würzburg, Germany. You can find some information on our blog: https://www.qt.io/blog/qtcs24-sep-5-6-save-the-date Additionally, it is back-to-back to KDE Akademy (https://

[Development] CI maintenance tasks between June 9.-13.

2024-06-03 Thread CI Maintenance Break via Development
There will be power supply related hardware maintenance in data center next week. CI will be running all time, but there might be individual build fails due to a restart of a host. Also CI capacity might be reduced on some hours. This mainly affects MacOS platforms. CI and IT teams are work

Re: [Development] QAudio/QtAudio in Qt v6.7.0/6.7.1

2024-06-03 Thread Phil Thompson via Development
On 03/06/2024 09:20, Volker Hilsheimer wrote: On 3 Jun 2024, at 09:08, Phil Thompson via Development wrote: 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... Compile

Re: [Development] QAudio/QtAudio in Qt v6.7.0/6.7.1

2024-06-03 Thread Volker Hilsheimer via Development
> On 3 Jun 2024, at 09:08, Phil Thompson via Development > wrote: > > 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

[Development] QAudio/QtAudio in Qt v6.7.0/6.7.1

2024-06-03 Thread Phil Thompson via Development
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 bot