On Sun, 17 May 2026 00:07:01 +0200 Gioele Barabucci <[email protected]> wrote:
On Thu, 14 May 2026 01:03:00 +0200 Gioele Barabucci <[email protected]> wrote: > Many different files show this issue, but it easiest to spot in > /usr/share/qt6/doc/qtnetwork.qch: > > ``` > -INSERT INTO IndexTable > VALUES(975,'finished','QDnsLookup::finished',1,46,'error-prop'); > +INSERT INTO IndexTable > VALUES(975,'finished','QDnsLookup::finished',1,46,'errorString-prop');
> ```
> > This issue can be reproduced in two ways: by building under the > <nocheck> profile (`sbuild --profiles=nocheck`), or by building the > arch-all packages in isolation (`sbuild --no-arch-any --arch-all`). In > both cases `dh_auto_test` will be skipped and `ninja test` will not be run.

This issue also shows up (sometimes, and in a slightly different way) when rebuilding the full set of packages. In this case the the `authenticData` property replaces `error`.

```
INSERT INTO IndexTable VALUES(974,'fileMetaData','QNetworkDiskCache::fileMetaData',1,100,'fileMetaData'); -INSERT INTO IndexTable VALUES(975,'finished','QDnsLookup::finished',1,46,'error-prop'); +INSERT INTO IndexTable VALUES(975,'finished','QDnsLookup::finished',1,46,'authenticData-prop'); INSERT INTO IndexTable VALUES(976,'finished','QNetworkAccessManager::finished',1,88,'finished');
```

Looking at the generated page, it seems that the documentation for the signal `QDnsLookup::finished` is not produced at all.

In `/usr/share/qt6/doc/qtnetwork/qdnslookup.html`, `finished` is mentioned in the table of contents in the "Signals" section in but is not documented in the body of the page.

In fact, none of the signals are documented, they are only listed in the table of contents and linked to related properties. Is this intentional?

Regards,

--
Gioele Barabucci

Reply via email to