From 3bc5fc54165a72b2e1b820ca1f389a048ecdcf30 Mon Sep 17 00:00:00 2001 From: Andy Shaw Date: Thu, 15 Oct 2015 15:00:43 +0200 Subject: Add missing string for tspan The node name list needs to be kept in sync with the QSvgNode::Type enum otherwise it will match the wrong name for the wrong value after the missing entry. Change-Id: Ib13025bc3c5f31ff4f76638d05d1419ad091622b Reviewed-by: Friedemann Kleint --- src/svg/qsvghandler.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/svg/qsvghandler.cpp b/src/svg/qsvghandler.cpp index 435e51a..4f8c172 100644 --- a/src/svg/qsvghandler.cpp +++ b/src/svg/qsvghandler.cpp @@ -410,6 +410,7 @@ static const char * QSvgStyleSelector_nodeString[] = { "rect", "text", "textarea", + "tspan", "use", "video" }; -- cgit v1.2.1