diff options
author | Tomaz Canabrava <tomaz.canabrava@intel.com> | 2015-07-14 14:29:48 -0300 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-07-14 14:44:39 -0700 |
commit | 9510f40db42c60d34577f79180d929a88d261781 (patch) | |
tree | d45319b09a1999428a0a736f3d73fb8c44fae318 /qt-ui/locationinformation.h | |
parent | 49ab30ae8b65c3ad443a5824ae5f9554e88c7a39 (diff) | |
download | subsurface-9510f40db42c60d34577f79180d929a88d261781.tar.gz |
Remove quick edit dive site widget
Voted down by common consent.
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 | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/qt-ui/locationinformation.h b/qt-ui/locationinformation.h index b1746f79e..b37731969 100644 --- a/qt-ui/locationinformation.h +++ b/qt-ui/locationinformation.h @@ -44,27 +44,6 @@ private: mode current_mode; }; - -#include "ui_simpledivesiteedit.h" -class SimpleDiveSiteEditDialog : public QDialog { -Q_OBJECT -public: - SimpleDiveSiteEditDialog(QWidget *parent); - virtual ~SimpleDiveSiteEditDialog(); - bool changed_dive_site; - bool eventFilter(QObject *obj, QEvent *ev); -public slots: - void on_diveSiteName_editingFinished(); - void on_diveSiteCoordinates_editingFinished(); - void diveSiteDescription_editingFinished(); - void diveSiteNotes_editingFinished(); -protected: - void showEvent(QShowEvent *ev); -private: - Ui::SimpleDiveSiteEditDialog *ui; - -}; - class LocationManagementEditHelper : public QObject { Q_OBJECT public: |