diff options
author | Tomaz Canabrava <tomaz.canabrava@intel.com> | 2015-02-09 18:58:40 -0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-02-10 10:45:45 -0800 |
commit | 238c0573da906bec51d10dce59665c7442641fd8 (patch) | |
tree | bf2620f4c9ac894257bb1bf03e605324055e15db /qt-ui/globe.cpp | |
parent | c30aee1ae5463cd5708c809aaa1f36b6e419ec8f (diff) | |
download | subsurface-238c0573da906bec51d10dce59665c7442641fd8.tar.gz |
Remove information panel from mainwindow.ui
Now it's created in the mainwindow.cpp as part of the new
way to configure the interface.
Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/globe.cpp')
-rw-r--r-- | qt-ui/globe.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/qt-ui/globe.cpp b/qt-ui/globe.cpp index 6bfd98734..a8586ebd0 100644 --- a/qt-ui/globe.cpp +++ b/qt-ui/globe.cpp @@ -3,7 +3,11 @@ #include "mainwindow.h" #include "helpers.h" #include "divelistview.h" +#include "maintab.h" + #include <QTimer> +#include <QContextMenuEvent> +#include <QMouseEvent> #include <marble/AbstractFloatItem.h> #include <marble/GeoDataPlacemark.h> |