diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2014-06-25 21:36:30 +0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-06-25 21:41:58 +0800 |
commit | 7f3efbdc98deeb4e4bcd481335761b6439b9552c (patch) | |
tree | 429daf20fa70a9148a4253914e705d444ea58bf8 /subsurface.pro | |
parent | 65c5d6815cf7c78231abd76440bb5bab54d9d51c (diff) | |
download | subsurface-7f3efbdc98deeb4e4bcd481335761b6439b9552c.tar.gz |
Make gas mod be reasonable for users of imperial units as well
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'subsurface.pro')
-rw-r--r-- | subsurface.pro | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/subsurface.pro b/subsurface.pro index 86d19cd71..3dec531c2 100644 --- a/subsurface.pro +++ b/subsurface.pro @@ -35,6 +35,7 @@ HEADERS = \ profile.h \ qt-gui.h \ qthelper.h \ + units.h \ divecomputer.h \ qt-ui/about.h \ qt-ui/completionmodels.h \ |