Qt: Deprecated QLabel::pixmap(Qt::ReturnByValueConstant)
Building with methods deprecated in Qt-6.6 disallowed:
client/gui-qt/pages.cpp:1365:38: error: no matching function for call to 'QLabel::pixmap(Qt::ReturnByValueConstant)' | 1365 | QPixmap pm = load_pix->pixmap(Qt::ReturnByValue);
Fix for this one works on any Qt6 version, so can be applied also to Qt6-mode in all branches with Qt6 support (not only to Qt6x mode of main branch).
Patches attached.
Building with methods deprecated in Qt-6.6 disallowed: