diff options
Diffstat (limited to 'src/gui/windows/helpwindow.h')
-rw-r--r-- | src/gui/windows/helpwindow.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/windows/helpwindow.h b/src/gui/windows/helpwindow.h index ec0b88d93..5e27eb0af 100644 --- a/src/gui/windows/helpwindow.h +++ b/src/gui/windows/helpwindow.h @@ -69,6 +69,8 @@ class HelpWindow final : public Window, */ void loadHelp(const std::string &helpFile); + void loadHelpSimple(const std::string &helpFile); + /** * Seach for given text in tags. */ |