summaryrefslogtreecommitdiffstats
path: root/qt-ui/diveplanner.h
diff options
context:
space:
mode:
authorGravatar Tomaz Canabrava <tcanabrava@kde.org>2013-11-19 20:06:07 -0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2013-11-19 15:38:58 -0800
commitf5be24609ab0c35bca54c74b1371e047260cbad4 (patch)
tree41ebc798e3dcfb0dcf5eb00801f4841a795b7e0a /qt-ui/diveplanner.h
parentc7941f66b431ef2326ae0134765759800da088ca (diff)
downloadsubsurface-f5be24609ab0c35bca54c74b1371e047260cbad4.tar.gz
Removed obsolete Code ( gaslist on text click )
This commit removes obsolete code, there was a gaslist selection when user clicked on the buttons, but this shouldn't be anymore, since the next commit will add a menu to select the gas for that particular point. Signed-off-by: Tomaz Canabrava <tcanabrava@kde.org> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/diveplanner.h')
-rw-r--r--qt-ui/diveplanner.h13
1 files changed, 1 insertions, 12 deletions
diff --git a/qt-ui/diveplanner.h b/qt-ui/diveplanner.h
index 1d15fb766..dc050a04b 100644
--- a/qt-ui/diveplanner.h
+++ b/qt-ui/diveplanner.h
@@ -175,11 +175,8 @@ private slots:
void decreaseTime();
void decreaseDepth();;
void drawProfile();
- void prepareSelectGas();
- void selectGas(const QModelIndex& index);
void pointInserted(const QModelIndex&, int start, int end);
void pointsRemoved(const QModelIndex&, int start, int end);
- bool eventFilter(QObject *object, QEvent* event);
private:
void moveActiveHandler(const QPointF& MappedPos, const int pos);
@@ -188,15 +185,7 @@ private:
/* This is the user-entered handles. */
QList<DiveHandler *> handles;
-
- /* this is the user-entered gases.
- This must be a button, so the
- user cna click to choose a new gas.
- */
- QList<Button*> gases;
- QListView *gasListView;
- QStringListModel *gasChoices;
- Button *currentGasChoice;
+ QList<QGraphicsSimpleTextItem*> gases;
/* those are the lines that follows the mouse. */
QGraphicsLineItem *verticalLine;