summaryrefslogtreecommitdiff
path: root/src/svg/qsvghandler_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/svg/qsvghandler_p.h')
-rw-r--r--src/svg/qsvghandler_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/svg/qsvghandler_p.h b/src/svg/qsvghandler_p.h
index 461e48f..da746d2 100644
--- a/src/svg/qsvghandler_p.h
+++ b/src/svg/qsvghandler_p.h
@@ -178,7 +178,7 @@ private:
QCss::Parser m_cssParser;
#endif
void parse();
- void resolveGradients(QSvgNode *node);
+ void resolveGradients(QSvgNode *node, int nestedDepth = 0);
void resolveNodes();
QPen m_defaultPen;