summaryrefslogtreecommitdiffstats
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.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/svg/qsvghandler_p.h b/src/svg/qsvghandler_p.h
index 045014d..df5078c 100644
--- a/src/svg/qsvghandler_p.h
+++ b/src/svg/qsvghandler_p.h
@@ -120,7 +120,8 @@ private:
{
Unknown,
Graphics,
- Style
+ Style,
+ Doc
};
QStack<CurrentNode> m_skipNodes;