mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
UI restructure: simplify setup of add and plan mode
Recreate the helper function (which now does something fairly different) to share the common code between the two modes. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
0cfea5205d
commit
3c4439ee27
2 changed files with 16 additions and 19 deletions
|
@ -183,7 +183,7 @@ private:
|
|||
UpdateManager *updateManager;
|
||||
|
||||
bool plannerStateClean();
|
||||
void createFakeDiveForAddAndPlan();
|
||||
void setupForAddAndPlan(const char *model);
|
||||
QDialog *survey;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue