diff options
author | Tomaz Canabrava <tomaz.canabrava@intel.com> | 2015-02-11 13:13:52 -0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-02-11 16:34:02 -0800 |
commit | 3516ff2ab27905bc7698d5b052084b162042427f (patch) | |
tree | d58777e72543f47246f32dd401f46bbd396e9ae3 /subsurface.pro | |
parent | 63e998b4bdeeea6d4a79533845761ef0368552de (diff) | |
download | subsurface-3516ff2ab27905bc7698d5b052084b162042427f.tar.gz |
Create simple class to hold the location management.
Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'subsurface.pro')
-rw-r--r-- | subsurface.pro | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/subsurface.pro b/subsurface.pro index d65c94f50..2469b8aa9 100644 --- a/subsurface.pro +++ b/subsurface.pro @@ -238,7 +238,8 @@ FORMS = \ qt-ui/listfilter.ui \ qt-ui/diveshareexportdialog.ui \ qt-ui/filterwidget.ui \ - qt-ui/plannerDetails.ui + qt-ui/plannerDetails.ui \ + qt-ui/locationInformation.ui # Nether usermanual or printing is supported on android right now android: FORMS -= qt-ui/printoptions.ui |