From 9b096741f8e3634d21a322650e7a665be704764a Mon Sep 17 00:00:00 2001 From: Aaron Seigo Date: Thu, 17 Feb 2011 09:17:42 -0800 Subject: [PATCH] apidox fix --- framesvg.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framesvg.h b/framesvg.h index 435705482..d43e2535e 100644 --- a/framesvg.h +++ b/framesvg.h @@ -234,7 +234,7 @@ class PLASMA_EXPORT FrameSvg : public Svg /** * Deletes the internal cache freeing memory: use this if you want to switch the rendered * element and you don't plan to switch back to the previous one for a long time and you - * used setUseCache(true) + * used setUsingRenderingCache(true) */ Q_INVOKABLE void clearCache();