From 1244438b017f71be466ace7df9cad9462287fd30 Mon Sep 17 00:00:00 2001 From: Tomaz Canabrava Date: Thu, 27 Jun 2013 14:48:03 -0300 Subject: Moved the DivePlanner to the MainWindow. Now, activating the dive planner will hide the profile and show the planner on the same place. we still need a way to 'cancel' or 'accept' the profile created. Signed-off-by: Tomaz Canabrava --- qt-ui/diveplanner.h | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'qt-ui/diveplanner.h') diff --git a/qt-ui/diveplanner.h b/qt-ui/diveplanner.h index 8669217a1..4029a6875 100644 --- a/qt-ui/diveplanner.h +++ b/qt-ui/diveplanner.h @@ -90,18 +90,4 @@ private: QPointF lastValidPos; }; -namespace Ui{ - class DivePlanner; -} - -class DivePlanner : public QDialog{ - Q_OBJECT -public: - static DivePlanner *instance(); - struct dive* getDive(); - -private: - DivePlanner(); - Ui::DivePlanner *ui; -}; #endif -- cgit v1.2.3-70-g09d2