diff options
author | Tomaz Canabrava <tomaz.canabrava@intel.com> | 2015-06-26 13:23:53 -0300 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-06-26 18:50:22 -0700 |
commit | 32928b38808ddac56021bc0ddb8ea2dd01c590fa (patch) | |
tree | f06eebd03b98c5dbf77469e0e52444657ab93735 /qt-ui/locationinformation.h | |
parent | 266e754d08499a4ed45024d4886c4e799e7951e7 (diff) | |
download | subsurface-32928b38808ddac56021bc0ddb8ea2dd01c590fa.tar.gz |
Dive site rewrite: create a dive site edit dialog without borders
Plan is to make it pretty later.
Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/locationinformation.h')
-rw-r--r-- | qt-ui/locationinformation.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/qt-ui/locationinformation.h b/qt-ui/locationinformation.h index d78af62f8..f26432183 100644 --- a/qt-ui/locationinformation.h +++ b/qt-ui/locationinformation.h @@ -44,4 +44,16 @@ private: mode current_mode; }; + +#include "ui_simpledivesiteedit.h" +class SimpleDiveSiteEditDialog : public QDialog { +Q_OBJECT +public: + SimpleDiveSiteEditDialog(QWidget *parent); + virtual ~SimpleDiveSiteEditDialog(); + +private: + Ui::SimpleDiveSiteEditDialog *ui; + +}; #endif |