mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 13:10:19 +00:00
Dive site management: remove the profile view
While this isn't what I really want (I wanted pictures of the dive site instead of the profile), at least this makes it clear that we aren't editing a dive but instead are looking at a site. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
b0fc00694d
commit
ec8ba5f830
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@ MainWindow::MainWindow() : QMainWindow(),
|
|||
registerApplicationState("EditDive", mainTab, profileContainer, diveListView, globeGps );
|
||||
registerApplicationState("PlanDive", plannerWidget, profileContainer, plannerSettings, plannerDetails );
|
||||
registerApplicationState("EditPlannedDive", plannerWidget, profileContainer, diveListView, globeGps );
|
||||
registerApplicationState("EditDiveSite",locationInformation, profileContainer, diveListView, globeGps );
|
||||
registerApplicationState("EditDiveSite",locationInformation, globeGps, diveListView, NULL );
|
||||
|
||||
setApplicationState("Default");
|
||||
|
||||
|
|
Loading…
Reference in a new issue