aboutsummaryrefslogtreecommitdiffstats
path: root/qt-ui/maintab.h
diff options
context:
space:
mode:
authorGravatar Tomaz Canabrava <tomaz.canabrava@intel.com>2015-07-13 15:38:46 -0300
committerGravatar Dirk Hohndel <dirk@hohndel.org>2015-07-13 15:44:16 -0700
commit1a68e7985b1aad038b0a0d337ab5d606aa43f64c (patch)
tree118cd533723ed026234587655239a78b0019c808 /qt-ui/maintab.h
parentc658f2878b540407a65af8c57b3e1bb3cc7c78c4 (diff)
downloadsubsurface-1a68e7985b1aad038b0a0d337ab5d606aa43f64c.tar.gz
Move code that handles location to a sane place
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 6a6b9d16a..1e3f95033 100644
--- a/qt-ui/maintab.h
+++ b/qt-ui/maintab.h
@@ -123,7 +123,7 @@ private:
dive_trip_t displayedTrip;
bool acceptingEdit;
LocationManagementEditHelper *locationManagementEditHelper;
- void updateDisplayedDiveDiveSite();
+ void updateDisplayedDiveSite();
};
#endif // MAINTAB_H