Re: [Development] Lots of qdoc-related warning messages when building 'docs' target in Qt-6.6.0?

2023-10-21 Thread Haowei Hsu
Hello, Paul. I've read https://doc.qt.io/qt-6/qdoc-warnings.html, but still don't figure it out. BTW, I also tried to build docs of Qt-6.5.3, and still encountered the same problem. For example: C:/Test/qt-everywhere-src-6.5.3/qtbase/src/gui/image/qicon.cpp:1152: (qdoc) > warning: Can't link to '

Re: [Development] Lots of qdoc-related warning messages when building 'docs' target in Qt-6.6.0?

2023-10-21 Thread Paul Wicking via Development
On 21 Oct 2023, at 11:20, Haowei Hsu wrote: Hello, Volker. To resolve those, make patches to gerrit that fix them :) Do you mean that it is actually a bug? A warning from QDoc indicates that there's an issue in the documentation. The QDoc manual describes how you can go about to resolve the

Re: [Development] QSortFilterProxyModel: recursiveFilteringEnabled

2023-10-21 Thread renaud.guezennec
Hello, You can find an example of that in my project. I have a model storing all players of the game. A player can have one or more characters. The PlayerModel is the tree model. Header: https://invent.kde.org/rolisteam/rolisteam/-/blob/master/src/libraries/core/include/model/playermodel.h C

[Development] Resurrecting QtGamepad

2023-10-21 Thread Arno Rehn
Hey everyone, for a project of mine I need gamepad support. In the past, I've happily used QtGamepad, but this module has not been ported to Qt6. I've tried porting it myself with pro2cmake.py and it went quite smoothly. I've tested only the evdev backend which works just fine. Is there any i

Re: [Development] Lots of qdoc-related warning messages when building 'docs' target in Qt-6.6.0?

2023-10-21 Thread Haowei Hsu
Hello, Volker. To resolve those, make patches to gerrit that fix them :) Do you mean that it is actually a bug? --- Haowei Hsu -- Development mailing list Development@qt-project.org https://lists.qt-project.org/listinfo/development

Re: [Development] Lots of qdoc-related warning messages when building 'docs' target in Qt-6.6.0?

2023-10-21 Thread Volker Hilsheimer via Development
On 21 Oct 2023, at 10:02, Haowei Hsu wrote: Hello, Qt Development Team. Recently, I successfully built docs of Qt-6.6.0 in MSYS/MINGW64 shell with the following commands: 1. cd /c/Test/qt-everywhere-src-6.6.0 2. mkdir build && cd build 3. mkdir mingw-release && cd mingw-release 4.