cppcheck/gui/help
Wolfgang Stöggl 1f6cb7a54b
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">
2020-10-26 10:07:47 +01:00
..
images
index.html
investigating-warnings.html
manual.html
online-help.qhcp
online-help.qhp Remove ./ from relative paths in online-help.qhp (#2860) 2020-10-26 10:07:47 +01:00
preferences.html
projectfiledialog.html
severities.html
standalone-analysis.html
tagging.html
walkthrough.html