mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Dive site rewrite: remove a ton of code from the LocationManagement
The way I was doing the old location management was very dull: everything was tangled on the mainwindow. Now I think I've found the correct way to create this, and thus, this code can die. Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
4c7ce4aa1d
commit
266e754d08
2 changed files with 1 additions and 35 deletions
|
@ -138,7 +138,6 @@ slots:
|
|||
void on_actionDivePlanner_triggered();
|
||||
void on_actionReplanDive_triggered();
|
||||
void on_action_Check_for_Updates_triggered();
|
||||
void on_actionManage_dive_sites_triggered();
|
||||
|
||||
void current_dive_changed(int divenr);
|
||||
void initialUiSetup();
|
||||
|
@ -168,7 +167,6 @@ slots:
|
|||
void on_paste_triggered();
|
||||
void on_actionFilterTags_triggered();
|
||||
void on_actionConfigure_Dive_Computer_triggered();
|
||||
void enableDiveSiteEdit(uint32_t id);
|
||||
void setDefaultState();
|
||||
void setAutomaticTitle();
|
||||
|
||||
|
@ -186,7 +184,6 @@ slots:
|
|||
void planCanceled();
|
||||
void planCreated();
|
||||
void setEnabledToolbar(bool arg1);
|
||||
void enableDiveSiteCreation();
|
||||
void setPlanNotes();
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue