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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/svg/qsvghandler_p.h b/src/svg/qsvghandler_p.h
index 5ff5b88..86b9fa4 100644
--- a/src/svg/qsvghandler_p.h
+++ b/src/svg/qsvghandler_p.h
@@ -136,8 +136,8 @@ public:
public:
bool startElement(const QString &localName, const QXmlStreamAttributes &attributes);
- bool endElement(const QStringRef &localName);
- bool characters(const QStringRef &str);
+ bool endElement(QStringView localName);
+ bool characters(QStringView str);
bool processingInstruction(const QString &target, const QString &data);
private: