summaryrefslogtreecommitdiffstats
path: root/qt-ui/mainwindow.h
diff options
context:
space:
mode:
authorGravatar Tomaz Canabrava <tomaz.canabrava@intel.com>2014-05-28 15:54:04 -0300
committerGravatar Dirk Hohndel <dirk@hohndel.org>2014-05-28 17:02:46 -0700
commit86d7f6ace06adf13fe5045a217c4f264356a01df (patch)
treee45777cafa6ecd5d0edde3e611541323d70f9562 /qt-ui/mainwindow.h
parent412317c91ff5212ea5e53fc4fd12cfdae4c04571 (diff)
downloadsubsurface-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.h1
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;