summaryrefslogtreecommitdiff
path: root/src/svg/qsvghandler_p.h
diff options
context:
space:
mode:
authorAlexandru Croitor <alexandru.croitor@qt.io>2019-10-15 13:54:18 +0200
committerAlexandru Croitor <alexandru.croitor@qt.io>2019-10-15 13:55:58 +0200
commit98a62da5b2dd622dd896b43c6b8a58eec0332b31 (patch)
tree6ecd5e813bf15e3bcf95f1c8e22721bef03d34ac /src/svg/qsvghandler_p.h
parente5b211a4adc313cc10d1216ff3e8a166b562137b (diff)
parent5db4edda78a29ad00ddf51bc40c7d70b5f1f02b6 (diff)
downloadqtsvg-98a62da5b2dd622dd896b43c6b8a58eec0332b31.tar.gz
Merge remote-tracking branch 'origin/dev' into wip/cmake
Removed dependencies.yaml. Change-Id: I4a0c5c1be5781ee521e9b54d720d27f386870324
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 8eb061b..d76e56c 100644
--- a/src/svg/qsvghandler_p.h
+++ b/src/svg/qsvghandler_p.h
@@ -128,7 +128,7 @@ public:
int animationDuration() const;
#ifndef QT_NO_CSSPARSER
- void parseCSStoXMLAttrs(QString css, QVector<QSvgCssAttribute> *attributes);
+ void parseCSStoXMLAttrs(const QString &css, QVector<QSvgCssAttribute> *attributes);
#endif
inline QPen defaultPen() const