diff options
author | Tomaz Canabrava <tcanabrava@kde.org> | 2013-05-22 14:52:38 -0300 |
---|---|---|
committer | Tomaz Canabrava <tcanabrava@kde.org> | 2013-05-22 14:52:38 -0300 |
commit | 134e20bdc27f63c73ef8257dc357ae05642fece8 (patch) | |
tree | 54546b6fac535625676d14bbc05a0334acb6380a /qt-ui/addweightsystemdialog.h | |
parent | 3e51476d8757752ccfa908d54b4f2425d908c839 (diff) | |
download | subsurface-134e20bdc27f63c73ef8257dc357ae05642fece8.tar.gz |
Removed the unused add cylinder and add weigthsystem dialogs.
Signed-off-by: Tomaz Canabrava <tcanabrava@kde.org>
Diffstat (limited to 'qt-ui/addweightsystemdialog.h')
-rw-r--r-- | qt-ui/addweightsystemdialog.h | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/qt-ui/addweightsystemdialog.h b/qt-ui/addweightsystemdialog.h deleted file mode 100644 index e99dc08d8..000000000 --- a/qt-ui/addweightsystemdialog.h +++ /dev/null @@ -1,30 +0,0 @@ -/* - * addweightsystemdialog.h - * - * header file for the add weightsystem dialog of Subsurface - * - */ -#ifndef ADDWEIGHTSYSTEMDIALOG_H -#define ADDWEIGHTSYSTEMDIALOG_H - -#include <QDialog> -#include "../dive.h" - -namespace Ui{ - class AddWeightsystemDialog; -} - -class AddWeightsystemDialog : public QDialog{ - Q_OBJECT -public: - explicit AddWeightsystemDialog(QWidget* parent = 0); - void setWeightsystem(weightsystem_t *ws); - void updateWeightsystem(); - -private: - Ui::AddWeightsystemDialog *ui; - weightsystem_t *currentWeightsystem; -}; - - -#endif |