diff options
Diffstat (limited to 'qt-ui/mainwindow.h')
-rw-r--r-- | qt-ui/mainwindow.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/qt-ui/mainwindow.h b/qt-ui/mainwindow.h index 8bb62b933..882534722 100644 --- a/qt-ui/mainwindow.h +++ b/qt-ui/mainwindow.h @@ -151,6 +151,7 @@ slots: void recreateDiveList(); void showProfile(); void editCurrentDive(); + void removeFakeDiveForAddAndPlan(); private: Ui::MainWindow ui; @@ -175,6 +176,7 @@ private: bool plannerStateClean(); void createFakeDiveForAddAndPlan(); + int fakeDiveId; }; #endif // MAINWINDOW_H |