diff options
author | Tomaz Canabrava <tomaz.canabrava@intel.com> | 2014-05-28 15:54:04 -0300 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-05-28 17:02:46 -0700 |
commit | 86d7f6ace06adf13fe5045a217c4f264356a01df (patch) | |
tree | e45777cafa6ecd5d0edde3e611541323d70f9562 /qt-ui/mainwindow.h | |
parent | 412317c91ff5212ea5e53fc4fd12cfdae4c04571 (diff) | |
download | subsurface-86d7f6ace06adf13fe5045a217c4f264356a01df.tar.gz |
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>
Diffstat (limited to 'qt-ui/mainwindow.h')
-rw-r--r-- | qt-ui/mainwindow.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qt-ui/mainwindow.h b/qt-ui/mainwindow.h index f34c7a58a..9501e97e6 100644 --- a/qt-ui/mainwindow.h +++ b/qt-ui/mainwindow.h @@ -153,6 +153,7 @@ slots: void editCurrentDive(); void removeFakeDiveForAddAndPlan(); void planCanceled(); + void planCreated(); private: Ui::MainWindow ui; |