Skip to content

Commit 1f6cb7a

Browse files
authored
Remove ./ from relative paths in online-help.qhp (#2860)
- Fixes the following errors, when opening online-help.qhc using Qt assistant: QTextBrowser: No document for qthelp://cppcheck.sourceforge.net/doc/./preferences.html etc. - Furthermore, ./ is not used anymore in Qt documentation: https://doc.qt.io/qt-5/qtassistant-simpletextviewer-example.html It was used previously: https://doc.qt.io/archives/qt-4.8/qt-help-simpletextviewer-example.html Example: <section title="Find File" ref="./findfile.html"> -> <section title="Find File" ref="findfile.html">
1 parent 6d4ca8e commit 1f6cb7a

1 file changed

Lines changed: 14 additions & 14 deletions

File tree

gui/help/online-help.qhp

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -5,23 +5,23 @@
55
<filterSection>
66
<toc>
77
<section title="Cppcheck GUI help" ref="index.html">
8-
<section title="Investigating warnings" ref="./investigating-warnings.html"/>
9-
<section title="Preferences" ref="./preferences.html"/>
10-
<section title="Project file dialog" ref="./projectfiledialog.html"/>
11-
<section title="Severities" ref="./severities.html"/>
12-
<section title="Standalone analysis" ref="./standalone-analysis.html"/>
13-
<section title="Tagging" ref="./tagging.html"/>
14-
<section title="Quick walk through" ref="./walkthrough.html"/>
8+
<section title="Investigating warnings" ref="investigating-warnings.html"/>
9+
<section title="Preferences" ref="preferences.html"/>
10+
<section title="Project file dialog" ref="projectfiledialog.html"/>
11+
<section title="Severities" ref="severities.html"/>
12+
<section title="Standalone analysis" ref="standalone-analysis.html"/>
13+
<section title="Tagging" ref="tagging.html"/>
14+
<section title="Quick walk through" ref="walkthrough.html"/>
1515
</section>
1616
</toc>
1717
<keywords>
18-
<keyword name="Error" ref="./severities.html"/>
19-
<keyword name="Performance" ref="./severities.html"/>
20-
<keyword name="Portability" ref="./severities.html"/>
21-
<keyword name="Project" ref="./projectfiledialog.html"/>
22-
<keyword name="Style" ref="./severities.html"/>
23-
<keyword name="Tag" ref="./tagging.html"/>
24-
<keyword name="Warning" ref="./severities.html"/>
18+
<keyword name="Error" ref="severities.html"/>
19+
<keyword name="Performance" ref="severities.html"/>
20+
<keyword name="Portability" ref="severities.html"/>
21+
<keyword name="Project" ref="projectfiledialog.html"/>
22+
<keyword name="Style" ref="severities.html"/>
23+
<keyword name="Tag" ref="tagging.html"/>
24+
<keyword name="Warning" ref="severities.html"/>
2525
</keywords>
2626
<files>
2727
<file>index.html</file>

0 commit comments

Comments
 (0)