Finish the cleanup of mainwindow.ui

This is the last patch in the series of clearing up the
mainwindo.ui. Now to bugfixing.

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 20:37:17 -02:00 committed by Dirk Hohndel
parent 4867ee8ad8
commit 194dd8bd97
8 changed files with 16 additions and 18 deletions

View file

@ -32,6 +32,8 @@ class UpdateManager;
class UserManual;
class DivePlannerWidget;
class ProfileWidget2;
class PlannerDetails;
class PlannerSettingsWidget;
class UndoBuffer;
enum MainWindowTitleFormat {
@ -68,6 +70,8 @@ public:
DiveListView *dive_list();
GlobeGPS *globe();
DivePlannerWidget *divePlannerWidget();
PlannerSettingsWidget *divePlannerSettingsWidget();
void showError(QString message);
void setTitle(enum MainWindowTitleFormat format);