mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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:
parent
412317c91f
commit
86d7f6ace0
3 changed files with 11 additions and 7 deletions
|
@ -153,6 +153,7 @@ slots:
|
|||
void editCurrentDive();
|
||||
void removeFakeDiveForAddAndPlan();
|
||||
void planCanceled();
|
||||
void planCreated();
|
||||
|
||||
private:
|
||||
Ui::MainWindow ui;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue