summaryrefslogtreecommitdiffstats
path: root/qt-ui/mainwindow.h
diff options
context:
space:
mode:
authorGravatar Tomaz Canabrava <tomaz.canabrava@gmail.com>2015-06-03 23:50:36 -0300
committerGravatar Dirk Hohndel <dirk@hohndel.org>2015-06-03 21:36:42 -0700
commit612b068e33d0c7510e3bee0fd15aceff1f788841 (patch)
treeec5098b6617b6bf7c64e3f6aebbb51e0653b81bc /qt-ui/mainwindow.h
parent4c978eab2e4889054936c75db3fe4c02cba6d386 (diff)
downloadsubsurface-612b068e33d0c7510e3bee0fd15aceff1f788841.tar.gz
Different states for edit / add dive site
When we start the dive site edit dialog, either for add or for edit, we don't save the state, so the reject state didn't know what to do with the dive site. Signed-off-by: Tomaz Canabrava <tomaz.canabrava@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
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 ea09ca52d..6a5f95921 100644
--- a/qt-ui/mainwindow.h
+++ b/qt-ui/mainwindow.h
@@ -185,6 +185,7 @@ slots:
void planCanceled();
void planCreated();
void setEnabledToolbar(bool arg1);
+ void enableDiveSiteCreation();
private:
Ui::MainWindow ui;