summaryrefslogtreecommitdiffstats
path: root/src/datavis3d/engine/q3dbars.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/datavis3d/engine/q3dbars.cpp')
-rw-r--r--src/datavis3d/engine/q3dbars.cpp10
1 files changed, 2 insertions, 8 deletions
diff --git a/src/datavis3d/engine/q3dbars.cpp b/src/datavis3d/engine/q3dbars.cpp
index fe50d5fe..2d10859d 100644
--- a/src/datavis3d/engine/q3dbars.cpp
+++ b/src/datavis3d/engine/q3dbars.cpp
@@ -225,16 +225,10 @@ QTENTERPRISE_DATAVIS3D_BEGIN_NAMESPACE
*/
/*!
- * \a fbohandle Handle to QML2 scene graph's framebuffer object. Developers should not need to
- * ever use this directly. Not used when using C++ API.
- *
- * \a windowsize QML2 window size Developers should not need to ever use this directly. Not
- * used when using C++ API.
- *
* Constructs a new 3D bar window. Parameters are not used unless instantiating from Qt Quick 2.
*/
-Q3DBars::Q3DBars(GLuint fbohandle, const QSize &windowsize)
- : d_ptr(new Q3DBarsPrivate(this, geometry(), fbohandle))
+Q3DBars::Q3DBars()
+ : d_ptr(new Q3DBarsPrivate(this, geometry(), 0))
{
}