[clazy] [Bug 354363] New: Writing-to-temporary should not warn on QDomNode::firstChild()

Nyall Dawson via KDE Bugzilla bugzilla_noreply at kde.org
Sun Oct 25 21:14:09 GMT 2015


https://bugs.kde.org/show_bug.cgi?id=354363

            Bug ID: 354363
           Summary: Writing-to-temporary should not warn on
                    QDomNode::firstChild()
           Product: clazy
           Version: unspecified
          Platform: Other
                OS: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: general
          Assignee: unassigned-bugs at kde.org
          Reporter: nyall.dawson at gmail.com

The writing-to-temporary check warns when the result of QDomNode::firstChild()
is modified. However this is valid, as the QomNode docs state:

"changing the returned node will also change the node in the document tree".

-- 
You are receiving this mail because:
You are the assignee for the bug.



More information about the Unassigned-bugs mailing list