mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-05-02 20:35:16 -04:00
The YouTube integration changes introduced code that does not build on Qt6. The errors were: * void QLocale::setDefault(const QLocale &)': cannot convert argument 1 from 'QString' to 'const QLocale &' * no suitable user-defined conversion from "QString" to "const QLocale" exists This commit creates a new QLocale in place from a QString using the `QLocale(const QString &name)` constructor, and passing that QLocale to QLocale::setDefault.
68 KiB
68 KiB