diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-01-20 21:08:24 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-01-20 21:08:24 +0300 |
commit | 1fd5a493d8edd6a77ed7a8d1fd602f59b3797acc (patch) | |
tree | 34d522b5c40079d82bb63b279e9c7e6cccb740c5 /src/gui/windows/helpwindow.cpp | |
parent | 9e2074d093ecdf9afc95a2fefc24b38307da627d (diff) | |
download | plus-1fd5a493d8edd6a77ed7a8d1fd602f59b3797acc.tar.gz plus-1fd5a493d8edd6a77ed7a8d1fd602f59b3797acc.tar.bz2 plus-1fd5a493d8edd6a77ed7a8d1fd602f59b3797acc.tar.xz plus-1fd5a493d8edd6a77ed7a8d1fd602f59b3797acc.zip |
Fix code style.
Diffstat (limited to 'src/gui/windows/helpwindow.cpp')
-rw-r--r-- | src/gui/windows/helpwindow.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/windows/helpwindow.cpp b/src/gui/windows/helpwindow.cpp index 78a7ee362..14be15074 100644 --- a/src/gui/windows/helpwindow.cpp +++ b/src/gui/windows/helpwindow.cpp @@ -52,6 +52,7 @@ HelpWindow *helpWindow = nullptr; HelpWindow::HelpWindow() : // TRANSLATORS: help window name Window(_("Help"), Modal_false, nullptr, "help.xml"), + LinkHandler(), ActionListener(), // TRANSLATORS: help window. button. mDYKButton(new Button(this, _("Did you know..."), "DYK", this)), |