Re: [Development] QTBUG-111330: moc help needed: parsing QtDBus Q_NOREPLY

2023-07-15 Thread Allan Sandfeld Jensen
On Samstag, 15. Juli 2023 17:23:30 EEST Fabian Kosmale wrote: > Hi, > > https://codereview.qt-project.org/c/qt/qtbase/+/466471 should have fixed the > issue, and should be in 6.5.2 and later. 6.5.1 and .0 should have a revert > of the commit that caused the regression, so all versions of Qt 6.5 s

Re: [Development] QTBUG-111330: moc help needed: parsing QtDBus Q_NOREPLY

2023-07-15 Thread Fabian Kosmale via Development
Hi, https://codereview.qt-project.org/c/qt/qtbase/+/466471 should have fixed the issue, and should be in 6.5.2 and later. 6.5.1 and .0 should have a revert of the commit that caused the regression, so all versions of Qt 6.5 should work. Fabian -- Fabian Kosmale Manager The Qt Company GmbH E

Re: [Development] QTBUG-111330: moc help needed: parsing QtDBus Q_NOREPLY

2023-07-15 Thread Allan Sandfeld Jensen
On Montag, 13. März 2023 17:38:54 EEST Thiago Macieira wrote: > This is a P1 blocker for 6.5.0. > > TL;DR: This is a regression; I broke parsing of previously working code and > don't know how to fix it. > > The Q_NOREPLY marker is emitted by qdbusxml2cpp to use a little known moc > feature of ex