Remove the PlannerWidget from mainwindow.ui

Now it uses the states on the mainwindow.cpp and it's finally
starting to be worth the hassle of reworking the UI.

Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Tomaz Canabrava 2015-02-09 19:19:10 -02:00 committed by Dirk Hohndel
parent 238c0573da
commit 2992d78f83
3 changed files with 21 additions and 50 deletions

View file

@ -30,6 +30,7 @@ class QWebView;
class QSettings;
class UpdateManager;
class UserManual;
class DivePlannerWidget;
class UndoBuffer;
enum MainWindowTitleFormat {
@ -65,6 +66,7 @@ public:
void removeRecentFile(QStringList failedFiles);
DiveListView *dive_list();
GlobeGPS *globe();
DivePlannerWidget *divePlannerWidget();
void showError(QString message);
void setTitle(enum MainWindowTitleFormat format);