diff options
author | Tomaz Canabrava <tomaz.canabrava@intel.com> | 2015-02-09 18:43:41 -0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-02-10 10:45:45 -0800 |
commit | c30aee1ae5463cd5708c809aaa1f36b6e419ec8f (patch) | |
tree | 6e5fa175de6fd19a5bb7d23c1016bd88176931bc /qt-ui/subsurfacewebservices.cpp | |
parent | cf4d55c4702ded9d57fa7d6aeeebd0bfb2476a29 (diff) | |
download | subsurface-c30aee1ae5463cd5708c809aaa1f36b6e419ec8f.tar.gz |
Remove the Globe from the mainwindow.ui
Now it's started from mainwindo.cpp and it's part of the
new states
Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/subsurfacewebservices.cpp')
-rw-r--r-- | qt-ui/subsurfacewebservices.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/qt-ui/subsurfacewebservices.cpp b/qt-ui/subsurfacewebservices.cpp index 6498f432a..de1925374 100644 --- a/qt-ui/subsurfacewebservices.cpp +++ b/qt-ui/subsurfacewebservices.cpp @@ -3,6 +3,8 @@ #include "mainwindow.h" #include "usersurvey.h" #include "divelist.h" +#include "globe.h" + #include <errno.h> #include <QDir> |