mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Revert "GPS: use applyGpsLocation::applyLocations from core"
This reverts commit 70e0e80de5
.
This caused the GPS workflow to break for Linus. Let's revert
for 4.7.8 and figure out how to do this cleanup correctly, later.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
ceaf26d198
commit
7e73b30e97
2 changed files with 115 additions and 3 deletions
|
@ -101,8 +101,7 @@ MainWindow::MainWindow() : QMainWindow(),
|
|||
actionPreviousDive(0),
|
||||
helpView(0),
|
||||
state(VIEWALL),
|
||||
survey(0),
|
||||
locationProvider(new GpsLocation(nullptr, this))
|
||||
survey(0)
|
||||
{
|
||||
Q_ASSERT_X(m_Instance == NULL, "MainWindow", "MainWindow recreated!");
|
||||
m_Instance = this;
|
||||
|
@ -867,6 +866,7 @@ void MainWindow::on_actionDownloadDC_triggered()
|
|||
void MainWindow::on_actionDownloadWeb_triggered()
|
||||
{
|
||||
SubsurfaceWebServices dlg(this);
|
||||
|
||||
dlg.exec();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue