diff options
Diffstat (limited to 'desktop-widgets/mainwindow.h')
-rw-r--r-- | desktop-widgets/mainwindow.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/desktop-widgets/mainwindow.h b/desktop-widgets/mainwindow.h index 3a9848f62..00ddd86b7 100644 --- a/desktop-widgets/mainwindow.h +++ b/desktop-widgets/mainwindow.h @@ -191,7 +191,9 @@ private: Ui::MainWindow ui; QAction *actionNextDive; QAction *actionPreviousDive; +#ifndef NO_USERMANUAL UserManual *helpView; +#endif CurrentState state; CurrentState stateBeforeEdit; QString filter_open(); |