summaryrefslogtreecommitdiffstats
path: root/src/gui/opengl/qopenglgradientcache_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/opengl/qopenglgradientcache_p.h')
-rw-r--r--src/gui/opengl/qopenglgradientcache_p.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gui/opengl/qopenglgradientcache_p.h b/src/gui/opengl/qopenglgradientcache_p.h
index d368f4bcfc..61949d5b7c 100644
--- a/src/gui/opengl/qopenglgradientcache_p.h
+++ b/src/gui/opengl/qopenglgradientcache_p.h
@@ -86,6 +86,9 @@ private:
inline void generateGradientColorTable(const QGradient& gradient,
QRgba64 *colorTable,
int size, qreal opacity) const;
+ inline void generateGradientColorTable(const QGradient& gradient,
+ uint *colorTable,
+ int size, qreal opacity) const;
GLuint addCacheElement(quint64 hash_val, const QGradient &gradient, qreal opacity);
void cleanCache();