[Interest] 'help'
Volker Hilsheimer
volker.hilsheimer at qt.io
Mon Sep 23 11:19:12 CEST 2024
> On 23 Sep 2024, at 07:22, Suhas Krishanamurthy <suhaskrishanamurthy2076 at outlook.com> wrote:
>
> Hello All
>
> Our team has resolved the qt Doc bug, QTBUG-128445 we have resolved in .html file now we want to push the code but the code is in the qt build path, we cant push the build directory, so can you give me the solution where to exactly change the code and push it for the Gerrit review .
>
> Regards
> Suahs
Hi Suhas,
Grep’ing the code for a phrase “reflects whether anchors have been mirrored” finds
qtdeclarative/src/quick/doc/src/concepts/positioning/righttoleft.qdoc
Make the change in that file, make a commit (if you ran the init-repository script to set up your local clone, then this should be giving you a gerrit commit ID as part of the commit message), add a “Fixes: QTBUG-128445” footer to the message (and perhaps also “Fixes: QTBUG-23427” and “Fixes: QTBUG-26369”), and then push your local commit to gerrit via
% git push gerrit HEAD:refs/for/dev
(the gerrit remote will also have been set up via init-repository).
Volker
More information about the Interest
mailing list