summaryrefslogtreecommitdiffstats
path: root/src/datavis3d/utils/abstractobjecthelper.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/datavis3d/utils/abstractobjecthelper.cpp')
-rw-r--r--src/datavis3d/utils/abstractobjecthelper.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/datavis3d/utils/abstractobjecthelper.cpp b/src/datavis3d/utils/abstractobjecthelper.cpp
index d80e416b..c75d9cf5 100644
--- a/src/datavis3d/utils/abstractobjecthelper.cpp
+++ b/src/datavis3d/utils/abstractobjecthelper.cpp
@@ -98,4 +98,9 @@ GLuint AbstractObjectHelper::indexCount()
return m_indexCount;
}
+GLuint AbstractObjectHelper::indicesType()
+{
+ return m_indicesType;
+}
+
QT_DATAVIS3D_END_NAMESPACE