diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2014-07-04 07:14:16 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-07-04 07:24:52 -0700 |
commit | 3c4439ee27bfb794c69de801caed50353e6719b7 (patch) | |
tree | 468bcff00dc9d9b2d8239cdbfddbf7c2768d9d3e /qt-ui/mainwindow.h | |
parent | 0cfea5205d54a374170a4a7aeb32641aab00cf90 (diff) | |
download | subsurface-3c4439ee27bfb794c69de801caed50353e6719b7.tar.gz |
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>
Diffstat (limited to 'qt-ui/mainwindow.h')
-rw-r--r-- | qt-ui/mainwindow.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qt-ui/mainwindow.h b/qt-ui/mainwindow.h index d0406ff15..014fbb488 100644 --- a/qt-ui/mainwindow.h +++ b/qt-ui/mainwindow.h @@ -183,7 +183,7 @@ private: UpdateManager *updateManager; bool plannerStateClean(); - void createFakeDiveForAddAndPlan(); + void setupForAddAndPlan(const char *model); QDialog *survey; }; |