[Webkit-unassigned] [Bug 39771] [Qt] PasteboardQt.cpp has coding-style errors

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 4 22:06:34 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=39771





--- Comment #5 from Eric Seidel <eric at webkit.org>  2010-06-04 22:06:33 PST ---
(From update of attachment 57948)
I don't understand this change:
47     QApplication::clipboard()->setMimeData(md, m_selectionMode ?
148              QClipboard::Selection : QClipboard::Clipboard);
 148                                            QClipboard::Selection : QClipboard::Clipboard);

do we have a style rule about wrapping? I don't think so.  I would rather use a temporary for that line to make it more clear instead of such strange indent.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list