gladhorn added inline comments.

INLINE COMMENTS

> svg.cpp:103
>          while (!reader.atEnd()) {
> -            if (reader.readNext() == QXmlStreamReader::StartElement &&
> +            const auto t = reader.readNext();
> +            if (t == QXmlStreamReader::StartElement) {

Maybe use "element" instead of "t" as variable name?

REPOSITORY
  R242 Plasma Framework (Library)

REVISION DETAIL
  https://phabricator.kde.org/D23586

To: apol, #plasma, #frameworks
Cc: gladhorn, kde-frameworks-devel, LeGast00n, GB_2, michaelh, ngraham, bruns

Reply via email to