unpaid_cost(): 'shkp' might be used without being initialized. That sort of warning is sometimes wrong but was correct in this instance. qt_Splash(): the Qt 6.2 warning suggests switching the argument for setMask() from QBitmap() to fromPixmap() but that doesn't work with 5.11. However, switching from setMask() to setPixmap() does work, and results in a crisp splash image instead of the fuzzy one I recently complained about. I've no idea what the right QT_VERSION check ought to be but another QLabel propery is documented as "added in 4.2" and the pixmap one has no such mention so I picked Qt < 4 for the code that's been in use and Qt >= 4 for the new code.
32 KiB
32 KiB