diff options
author | Tomaz Canabrava <tomaz.canabrava@intel.com> | 2014-05-25 15:56:39 -0300 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-05-26 13:18:37 -0700 |
commit | 9b9abd5f2a93b6155df6663b4b1577408e1acc56 (patch) | |
tree | 35a209453f3a22aa4e34af10c37489aa70b44f2c /qt-ui/mainwindow.h | |
parent | 58d5d5ca412287a4be65e27e2a774ba7731b7098 (diff) | |
download | subsurface-9b9abd5f2a93b6155df6663b4b1577408e1acc56.tar.gz |
Created a function to create a fake dive for Add and Plan states.
This function should likely to move to C in the future, I'm only
adding this here because I'm changing this file so much ( already
4 rewrites of the function )
Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/mainwindow.h')
-rw-r--r-- | qt-ui/mainwindow.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qt-ui/mainwindow.h b/qt-ui/mainwindow.h index 667e3810a..8bb62b933 100644 --- a/qt-ui/mainwindow.h +++ b/qt-ui/mainwindow.h @@ -174,6 +174,7 @@ private: UpdateManager *updateManager; bool plannerStateClean(); + void createFakeDiveForAddAndPlan(); }; #endif // MAINWINDOW_H |