summaryrefslogtreecommitdiffstats
path: root/qt-ui/mainwindow.h
diff options
context:
space:
mode:
authorGravatar Tomaz Canabrava <tomaz.canabrava@intel.com>2013-11-01 11:48:34 -0400
committerGravatar Tomaz Canabrava <tomaz.canabrava@intel.com>2013-11-01 11:48:34 -0400
commitf7cd3e780cdc77180ce279c95322de2095192657 (patch)
tree30be9f9d9071be59f74e60fb55c3f67b70f909a4 /qt-ui/mainwindow.h
parentd9afcdc8cb0239d07b0578bbe2b4e4efe87c5958 (diff)
downloadsubsurface-f7cd3e780cdc77180ce279c95322de2095192657.tar.gz
Enable editing a dive that was manually entered.
This patch enables editing a dive that was manually entered, it doesn't cover dive plans yet because on the plan I need to figure out what are the 'user-entered' points, and what are the algorithm point. and I feel lazy. =p One last thing that's missing is to revert the dive to the previous condition if the user cancels the edition, currently canceling and applying ok is the same thing. Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
Diffstat (limited to 'qt-ui/mainwindow.h')
-rw-r--r--qt-ui/mainwindow.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/qt-ui/mainwindow.h b/qt-ui/mainwindow.h
index 1c68fc4f7..e35230a3c 100644
--- a/qt-ui/mainwindow.h
+++ b/qt-ui/mainwindow.h
@@ -109,6 +109,7 @@ public slots:
void readSettings();
void refreshDisplay();
void showProfile();
+ void editCurrentDive();
private:
Ui::MainWindow ui;