summaryrefslogtreecommitdiffstats
path: root/src/datavis3dqml2/declarativemaps_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/datavis3dqml2/declarativemaps_p.h')
-rw-r--r--src/datavis3dqml2/declarativemaps_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/datavis3dqml2/declarativemaps_p.h b/src/datavis3dqml2/declarativemaps_p.h
index e395f4b8..ba2da0b3 100644
--- a/src/datavis3dqml2/declarativemaps_p.h
+++ b/src/datavis3dqml2/declarativemaps_p.h
@@ -69,7 +69,7 @@ public:
// For example, in AdjustAll mode setting thickness to (0.1f, 1.0f, 0.5f) would apply value to
// x at 10%, y at 100% and z at 50%. If a dimension is not included, given thickness states its absolute value.
Q_INVOKABLE void setBarSpecs(const QVector3D &thickness = QVector3D(1.0f, 1.0f, 1.0f),
- Q3DMaps::AdjustmentDirection direction = Q3DMaps::AdjustHeight);
+ Q3DMaps::AdjustmentDirection direction = Q3DMaps::AdjustHeight);
// bar type; bars (=cubes), pyramids, cones, cylinders, balls, etc.
Q_INVOKABLE void setBarType(QDataVis::MeshStyle style, bool smooth = false);