summaryrefslogtreecommitdiffstats
path: root/qt-ui/maintab.h
diff options
context:
space:
mode:
authorGravatar Tomaz Canabrava <tomaz.canabrava@gmail.com>2015-05-16 18:51:43 -0300
committerGravatar Dirk Hohndel <dirk@hohndel.org>2015-05-17 13:42:09 -0700
commit2b99ae5781bc8c7ae596e6302f167a23f67ee2a0 (patch)
treed6fef9d1f7113f29d2e0f0b5d029a4101d94a238 /qt-ui/maintab.h
parent05552c7339d564c38d8d8aa1c4898a6736d070bf (diff)
downloadsubsurface-2b99ae5781bc8c7ae596e6302f167a23f67ee2a0.tar.gz
Fix signal connections
I don't know what happened to me, I connected to some signals that didn't exist at all. Signed-off-by: Tomaz Canabrava <tomaz.canabrava@gmail.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, 2 insertions, 0 deletions
diff --git a/qt-ui/maintab.h b/qt-ui/maintab.h
index 5cff5714f..e81c53ba7 100644
--- a/qt-ui/maintab.h
+++ b/qt-ui/maintab.h
@@ -94,6 +94,8 @@ slots:
void removeSelectedPhotos();
void prepareDiveSiteEdit();
void showLocation();
+ void enable();
+ void disable();
private:
Ui::MainTab ui;