summaryrefslogtreecommitdiff
path: root/ui/qt5/horizonhelpwindow.hh
diff options
context:
space:
mode:
Diffstat (limited to 'ui/qt5/horizonhelpwindow.hh')
-rw-r--r--ui/qt5/horizonhelpwindow.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/qt5/horizonhelpwindow.hh b/ui/qt5/horizonhelpwindow.hh
index 83635f6..a0f6105 100644
--- a/ui/qt5/horizonhelpwindow.hh
+++ b/ui/qt5/horizonhelpwindow.hh
@@ -19,7 +19,7 @@
class HorizonHelpWindow : public QDialog {
Q_OBJECT
public:
- explicit HorizonHelpWindow(QFile *helpFile, QWidget *parent = nullptr, bool plain = false);
+ explicit HorizonHelpWindow(QFile *helpFile, QWidget *parent = nullptr, bool log = false);
private:
QFile *helpFile;
};