Details
-
Suggestion
-
Resolution: Unresolved
-
Not Evaluated
-
None
-
4.8.2
-
None
Description
QXmlAttributes is returning copies on calls to value.
Wouldn't it make sense to return const references?
In almost every case it's just a query - without modifying.
QStringRef would also make sense in my opinion.