https://bugs.kde.org/show_bug.cgi?id=478857

Juraj <jurajora...@mailo.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
      Latest Commit|                            |https://invent.kde.org/netw
                   |                            |ork/falkon/-/commit/0681dcc
                   |                            |fcce0c96bbc256ee78a930aa481
                   |                            |347d24
             Status|ASSIGNED                    |RESOLVED
         Resolution|---                         |FIXED

--- Comment #2 from Juraj <jurajora...@mailo.com> ---
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

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to