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/maintab.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/maintab.cpp')
-rw-r--r-- | qt-ui/maintab.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qt-ui/maintab.cpp b/qt-ui/maintab.cpp index 263ea9a4b..78e68ec2d 100644 --- a/qt-ui/maintab.cpp +++ b/qt-ui/maintab.cpp @@ -6,6 +6,7 @@ */ #include "maintab.h" #include "mainwindow.h" +#include "globe.h" #include "helpers.h" #include "statistics.h" #include "modeldelegates.h" |