How and where remove double detected documentation?
-
I'm on openSUSE Tumbleweed and after updating Qt to 6.8.0 I see in my Qt Creator double detected the same documentation of Qt. It looks like:
In settings of Qt Creator I see autodetected 6.7.3 and 6.8.0, like:
Manually deleting all records with 6.7.3 doesn't solve the issue, as after restart of Qt Creator they are again there.
So my question is how can I remove twin of documentation by hands? Thanks.
-
This happens when, on example of OpenSUSE TW, Qt updates. New Qt version with new documentation makes records in ./config/QtProject/qtcreator/helpcollection.qhc. And after each update of Qt in helpcollection.qhc make new records about new documentation versions that points to the same *.qch files in system /usr/share/doc/qt6. So removing helpcollection.qhc solves this issue. I guess this is a QtCreator's issue, because removing in settings dialog old documentation versions doesn't work, they appear again and again after restart of QtCreator.
-