diff options
author | Tomaz Canabrava <tomaz.canabrava@intel.com> | 2014-09-17 13:51:08 -0300 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-09-17 15:27:21 -0700 |
commit | a59ac2199ba12e278be176dfe03378e954715ec1 (patch) | |
tree | 1302b0c0b0da555cf2bdb0eee70935e240a23fad /subsurface.pro | |
parent | d4bdb8c73d82f41551348b2d3bda14ed0c3310c5 (diff) | |
download | subsurface-a59ac2199ba12e278be176dfe03378e954715ec1.tar.gz |
Add skeleton to the Tag Filtering.
Just the ui file and a empty class to start playing with it.
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 63024ceec..1e85b1165 100644 --- a/subsurface.pro +++ b/subsurface.pro @@ -221,7 +221,8 @@ FORMS = \ qt-ui/plannerSettings.ui \ qt-ui/usersurvey.ui \ qt-ui/divecomponentselection.ui \ - qt-ui/configuredivecomputerdialog.ui + qt-ui/configuredivecomputerdialog.ui \ + qt-ui/tagfilter.ui # Nether usermanual or printing is supported on android right now android: FORMS -= qt-ui/printoptions.ui |