diff options
author | Tomaz Canabrava <tomaz.canabrava@intel.com> | 2015-02-09 16:37:26 -0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-02-10 10:45:45 -0800 |
commit | 486226be181196439d56bd43dc03e8b2fae8ea69 (patch) | |
tree | 33a2e8d5c91c53ed3c5e6b1d09058450fb3e0f5e /subsurface.pro | |
parent | 5098e8672eb836e141816b3ae38ce6e3c0328ac2 (diff) | |
download | subsurface-486226be181196439d56bd43dc03e8b2fae8ea69.tar.gz |
Add the PlannerDetails class
This is the last of the current dialogs to be ported to the
new widgets system. now we need to clean the mainwindow of the
old code.
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 000806f19..e59b32378 100644 --- a/subsurface.pro +++ b/subsurface.pro @@ -237,7 +237,8 @@ FORMS = \ qt-ui/configuredivecomputerdialog.ui \ qt-ui/listfilter.ui \ qt-ui/diveshareexportdialog.ui \ - qt-ui/filterwidget.ui + qt-ui/filterwidget.ui \ + qt-ui/plannerDetails.ui # Nether usermanual or printing is supported on android right now android: FORMS -= qt-ui/printoptions.ui |