summaryrefslogtreecommitdiffstats
path: root/src/opengl/gl2paintengineex
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@nokia.com>2010-01-06 10:45:13 (GMT)
committerThiago Macieira <thiago.macieira@nokia.com>2010-01-06 10:46:10 (GMT)
commite2baf96da8881ed7c585e59e84efe39bbbd3d0d4 (patch)
treefa49a9ffdc62c95492295f2bec1c7cc602dc08dd /src/opengl/gl2paintengineex
parent7fc53c195b3a830ff6db68bb9c4294f444e5519e (diff)
downloadQt-e2baf96da8881ed7c585e59e84efe39bbbd3d0d4.zip
Qt-e2baf96da8881ed7c585e59e84efe39bbbd3d0d4.tar.gz
Qt-e2baf96da8881ed7c585e59e84efe39bbbd3d0d4.tar.bz2
Fix compilation breakage caused by merge.
This function was renamed in b06313579aad82f8dda64ad14384080754f2b222. Reviewed-by: TrustMe
Diffstat (limited to 'src/opengl/gl2paintengineex')
-rw-r--r--src/opengl/gl2paintengineex/qpaintengineex_opengl2.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/opengl/gl2paintengineex/qpaintengineex_opengl2.cpp b/src/opengl/gl2paintengineex/qpaintengineex_opengl2.cpp
index e679db8..98be0cb 100644
--- a/src/opengl/gl2paintengineex/qpaintengineex_opengl2.cpp
+++ b/src/opengl/gl2paintengineex/qpaintengineex_opengl2.cpp
@@ -1014,7 +1014,7 @@ void QGL2PaintEngineExPrivate::fill(const QVectorPath& path)
}
} else {
cache = new QGL2PEVectorPathCache;
- data = const_cast<QVectorPath &>(path).addCacheData(q, cache, qopengl2paintengine_cleanup_vectorpath);
+ data = const_cast<QVectorPath &>(path).addCacheData(q, cache, cleanupVectorPath);
updateCache = true;
}