[Interest] Qt API annoyances: where to log/discuss?

Konstantin Shegunov kshegunov at gmail.com
Tue Oct 30 16:44:32 CET 2018


On Tue, Oct 30, 2018 at 5:39 PM Jason H <jhihn at gmx.com> wrote:

> I was wondering if there is a place to log annoyances/discuss with the Qt5
> API for fix in Qt6?
>

Probably a good idea is to submit a suggestion to the bugtracker as well.

Two I am thinking of right now is:
> - QUrl::port() returns an int, but QTcpServer accepts a quint16, so no
> matter what I do, unless I add a cast, I get a warning.
>
- Similarly with QImage::pixel there are signed/unsigned issues between
> pixel and qRgb().
>

Yep, happens from time to time when the codebase grows, e.g.
https://bugreports.qt.io/browse/QTBUG-69752
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/interest/attachments/20181030/799af221/attachment.html>


More information about the Interest mailing list