summaryrefslogtreecommitdiffstats
path: root/qt-ui/maintab.h
diff options
context:
space:
mode:
authorGravatar Tomaz Canabrava <tomaz.canabrava@intel.com>2015-02-11 13:32:29 -0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2015-02-11 16:34:02 -0800
commit7d66dcd12d42db7c9e3f18be21615204588a66e3 (patch)
treeaa718c906fa516ad7471646bbd12525ec399b848 /qt-ui/maintab.h
parente3d800885f9b5814f88235f49982635f7644da8e (diff)
downloadsubsurface-7d66dcd12d42db7c9e3f18be21615204588a66e3.tar.gz
Enable the location edit widget on mainwindow
Clicking on the 'Manage' button now brings you to the widget to manage it. Nothing has been added on it yet. Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/maintab.h')
-rw-r--r--qt-ui/maintab.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/qt-ui/maintab.h b/qt-ui/maintab.h
index a279baf7a..acbb8f14f 100644
--- a/qt-ui/maintab.h
+++ b/qt-ui/maintab.h
@@ -55,7 +55,7 @@ public:
signals:
void addDiveFinished();
void dateTimeChanged();
-
+ void requestDiveSiteEdit();
public
slots:
void addCylinder_clicked();