mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-17 23:56:15 +00:00
Globe: Remove workarounds for ancient Marble versions
We build against our own Marble, anyway. So this isn't needed anymore. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
d8ca046265
commit
93d348fa59
1 changed files with 1 additions and 11 deletions
|
@ -18,21 +18,11 @@
|
|||
#include <marble/MapThemeManager.h>
|
||||
#include <marble/GeoDataStyle.h>
|
||||
#include <marble/GeoDataIconStyle.h>
|
||||
#include <marble/GeoDataTreeModel.h>
|
||||
|
||||
#ifdef MARBLE_SUBSURFACE_BRANCH
|
||||
#include <marble/MarbleDebug.h>
|
||||
#endif
|
||||
#if INCOMPLETE_MARBLE
|
||||
#include "marble/GeoDataTreeModel.h"
|
||||
#else
|
||||
#include <marble/GeoDataTreeModel.h>
|
||||
#endif
|
||||
|
||||
// as of Marble 4.10 (which has MARBLE_VERSION 0x001000) zoomView is
|
||||
// deprecated and has been replaced by setZoom with the same function signature
|
||||
#if MARBLE_VERSION < 0x001000
|
||||
#define setZoom zoomView
|
||||
#endif
|
||||
|
||||
GlobeGPS::GlobeGPS(QWidget *parent) : MarbleWidget(parent),
|
||||
loadedDives(0),
|
||||
|
|
Loading…
Add table
Reference in a new issue