summaryrefslogtreecommitdiffstats
path: root/src/datavis3d/utils/texturehelper_p.h
diff options
context:
space:
mode:
authorTomi Korpipää <tomi.korpipaa@digia.com>2013-06-19 12:27:58 +0300
committerTomi Korpipää <tomi.korpipaa@digia.com>2013-06-19 12:41:09 +0300
commit331b719b61cc595943e9302d9750a7965a19fc9d (patch)
treefc705e966bd5770fb464a21ff8be6f2d4495065c /src/datavis3d/utils/texturehelper_p.h
parent7266d6564c2d8ca45548ae9f0e625d0033106fe5 (diff)
Q3DMaps: Split started
C++ api works, QML api still to be done Change-Id: I082b7c3428a5e6e79be44bddea19112bf0b2dba1 Reviewed-by: Tomi Korpipää <tomi.korpipaa@digia.com>
Diffstat (limited to 'src/datavis3d/utils/texturehelper_p.h')
-rw-r--r--src/datavis3d/utils/texturehelper_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/datavis3d/utils/texturehelper_p.h b/src/datavis3d/utils/texturehelper_p.h
index 32719860..da51c036 100644
--- a/src/datavis3d/utils/texturehelper_p.h
+++ b/src/datavis3d/utils/texturehelper_p.h
@@ -84,7 +84,7 @@ class TextureHelper : protected QOpenGLFunctions
QRgb qt_gl_convertToGLFormatHelper(QRgb src_pixel, GLenum texture_format);
friend class Bars3dController;
- friend class Q3DMapsPrivate;
+ friend class Maps3DController;
};
QT_DATAVIS3D_END_NAMESPACE