summaryrefslogtreecommitdiff
path: root/platform/qt/include
diff options
context:
space:
mode:
authorBruno de Oliveira Abinader <bruno@mapbox.com>2017-02-28 18:39:43 -0800
committerBruno de Oliveira Abinader <bruno@mapbox.com>2017-03-01 09:25:52 -0800
commitf28d75dccd9bf4a7615df87faccc5cf5eff8df89 (patch)
tree2957feeebff3fbd31a44b0b91c93f20176c156fd /platform/qt/include
parent74d42a45e2bad5318813e5e2c006d8a9bbda2c74 (diff)
downloadqtlocation-mapboxgl-f28d75dccd9bf4a7615df87faccc5cf5eff8df89.tar.gz
[Qt] FBO handling should happen outside of QMapboxGL::render
Diffstat (limited to 'platform/qt/include')
-rw-r--r--platform/qt/include/qmapboxgl.hpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/platform/qt/include/qmapboxgl.hpp b/platform/qt/include/qmapboxgl.hpp
index f60ad8e677..af7ed6275f 100644
--- a/platform/qt/include/qmapboxgl.hpp
+++ b/platform/qt/include/qmapboxgl.hpp
@@ -10,10 +10,6 @@
#include <QString>
#include <QStringList>
-#if QT_VERSION >= 0x050000
-#include <QOpenGLFramebufferObject>
-#endif
-
class QMapboxGLPrivate;
// This header follows the Qt coding style: https://wiki.qt.io/Qt_Coding_Style
@@ -231,11 +227,7 @@ public:
void setFilter(const QString &layer, const QVariant &filter);
public slots:
-#if QT_VERSION >= 0x050000
- void render(QOpenGLFramebufferObject *fbo = NULL);
-#else
void render();
-#endif
void connectionEstablished();
signals: