diff options
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; }; |