mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Display slowness warning before opening a V2 file
This is somewhat invasive as aborting the XML file read requires us to report things up the recursive parsing chain. What we really need to do here is to ask the user how they want to use the data from reverse geo lookup. But for now we only warn about the fact that this can take a while. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
d15641a6fa
commit
0ed4356fc2
4 changed files with 68 additions and 25 deletions
|
@ -90,6 +90,7 @@ public:
|
|||
void printPlan();
|
||||
void checkSurvey(QSettings *s);
|
||||
void setApplicationState(const QByteArray& state);
|
||||
void showV2Dialog();
|
||||
QUndoStack *undoStack;
|
||||
private
|
||||
slots:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue