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:
Dirk Hohndel 2015-06-10 12:10:02 -07:00
parent b0fc00694d
commit ec8ba5f830

View file

@ -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");