mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Remove all the no longer necessary code that aborts read of first V2 file
This was a poorly implemented hack when we executed the reverse geo lookup in the main thread and opening a V2 file could take a very long time. We need to do the "Welcome" message quite differently. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
bd11988f74
commit
ccc9d80015
9 changed files with 4 additions and 75 deletions
|
@ -237,11 +237,6 @@ void MainTab::enableGeoLookupEdition()
|
|||
{
|
||||
ui.waitingSpinner->stop();
|
||||
ui.addDiveSite->show();
|
||||
// if we showed an informational text about loading the files, hide it, but don't
|
||||
// hide the message area if it contains other warnings
|
||||
if (MainWindow::instance()->getNotificationWidget()->getNotificationText() ==
|
||||
tr("Please Wait, Importing your files..."))
|
||||
MainWindow::instance()->getNotificationWidget()->hideNotification();
|
||||
}
|
||||
|
||||
void MainTab::disableGeoLookupEdition()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue