Summary: | Build fails with Qt 6.7 | ||
---|---|---|---|
Product: | [Applications] Falkon | Reporter: | Antonio Rojas <arojas> |
Component: | general | Assignee: | David Rosca <nowrep> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | fanzhuyifan |
Priority: | NOR | ||
Version: | 24.01.85 | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/network/falkon/-/commit/0681dccfcce0c96bbc256ee78a930aa481347d24 | Version Fixed In: | |
Sentry Crash Report: |
Description
Antonio Rojas
2023-12-21 23:09:03 UTC
A possibly relevant merge request was started @ https://invent.kde.org/network/falkon/-/merge_requests/68 Git commit 0681dccfcce0c96bbc256ee78a930aa481347d24 by Juraj Oravec, on behalf of Yifan Zhu. Committed on 22/12/2023 at 21:03. Pushed by jurajo into branch 'master'. Fix compilation against Qt 6.7 QUrl::fromEncoded(const QByteArray &url...) is removed in Qt 6.7 in favor of QUrl::fromEncoded(QByteArrayView input...). Wrap the corresponding argument in QByteArray() to make the cast explicit. This is backwards-compatible with old Qt versions. See qt/qtbase commit aa481854a98b1be0a061257ae4e817adcf1f77fc M +1 -1 src/lib/app/mainmenu.cpp M +1 -1 src/lib/other/updater.cpp M +2 -2 src/lib/webengine/webview.cpp https://invent.kde.org/network/falkon/-/commit/0681dccfcce0c96bbc256ee78a930aa481347d24 |