Remove leftovers from the planner.

Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Tomaz Canabrava 2014-05-25 00:51:05 -03:00 committed by Dirk Hohndel
parent 2359bd3c2c
commit b88e6dc5fa
5 changed files with 15 additions and 57 deletions

View file

@ -119,15 +119,6 @@ slots:
void changeGas();
};
class DivePlannerGraphics : public QGraphicsView {
Q_OBJECT
public:
DivePlannerGraphics(QWidget *parent = 0);
private
slots:
};
#include "ui_diveplanner.h"
class DivePlannerWidget : public QWidget {