Move code from the Planner that doesn't belongs there.

Moved the connections between DivePlannerPointsModel and
MainWindow from inside the Planner class to the MainWindow.

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-28 15:54:04 -03:00 committed by Dirk Hohndel
parent 412317c91f
commit 86d7f6ace0
3 changed files with 11 additions and 7 deletions

View file

@ -153,6 +153,7 @@ slots:
void editCurrentDive();
void removeFakeDiveForAddAndPlan();
void planCanceled();
void planCreated();
private:
Ui::MainWindow ui;