summaryrefslogtreecommitdiffstats
path: root/qt-ui/diveplanner.h
diff options
context:
space:
mode:
authorGravatar Tomaz Canabrava <tomaz.canabrava@intel.com>2013-11-01 14:06:03 -0400
committerGravatar Tomaz Canabrava <tomaz.canabrava@intel.com>2013-11-01 14:06:03 -0400
commit0e96c9f62e3a7030d9208f32e59390cb3fd20bbe (patch)
tree309804693d8c0b272343c8cd767a01baedb4e33f /qt-ui/diveplanner.h
parent23a193b0d1a94098ebcf1b5bafbc79ed879b5106 (diff)
downloadsubsurface-0e96c9f62e3a7030d9208f32e59390cb3fd20bbe.tar.gz
Enable undo for the Edit mode on Added Dives.
This enables undo for the edit mode on added dives, it uses the premade backup to fill the old dive with data. :) Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
Diffstat (limited to 'qt-ui/diveplanner.h')
-rw-r--r--qt-ui/diveplanner.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/qt-ui/diveplanner.h b/qt-ui/diveplanner.h
index 6812b26ef..6883f62eb 100644
--- a/qt-ui/diveplanner.h
+++ b/qt-ui/diveplanner.h
@@ -55,7 +55,7 @@ public slots:
void createTemporaryPlan();
void deleteTemporaryPlan();
void loadFromDive(dive* d);
-
+ void undoEdition();
signals:
void planCreated();
void planCanceled();