summaryrefslogtreecommitdiffstats
path: root/src/datavis3d/utils/texturehelper_p.h
diff options
context:
space:
mode:
authorTomi Korpipää <tomi.korpipaa@digia.com>2013-04-30 09:30:46 +0300
committerTomi Korpipää <tomi.korpipaa@digia.com>2013-04-30 11:03:24 +0300
commitb94234c5d8463314f65e0beed5ad199b711f5b07 (patch)
tree296b8cff57cb558f404ac1e03655b943ad36249f /src/datavis3d/utils/texturehelper_p.h
parent0b2a88b0287f3d1764f643548c1bb35ecf4b1f51 (diff)
Refactoring to get ready for a second vis type
Moved enums to global header. Moved drawLabel to Drawer. Change-Id: Ifb103467254b4288dee1ef6f7bb0c2aa23868dab Reviewed-by: Miikka Heikkinen <miikka.heikkinen@digia.com>
Diffstat (limited to 'src/datavis3d/utils/texturehelper_p.h')
-rw-r--r--src/datavis3d/utils/texturehelper_p.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/datavis3d/utils/texturehelper_p.h b/src/datavis3d/utils/texturehelper_p.h
index eb298988..fa1aa9d6 100644
--- a/src/datavis3d/utils/texturehelper_p.h
+++ b/src/datavis3d/utils/texturehelper_p.h
@@ -80,6 +80,7 @@ class TextureHelper : protected QOpenGLFunctions
QRgb qt_gl_convertToGLFormatHelper(QRgb src_pixel, GLenum texture_format);
friend class Q3DBarsPrivate;
+ friend class Q3DMapsPrivate;
};
QTCOMMERCIALDATAVIS3D_END_NAMESPACE