[Webkit-unassigned] [Bug 32669] New: check-webkit-style should not mark moc files inclusion as errors

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 17 10:01:59 PST 2009


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

           Summary: check-webkit-style should not mark moc files inclusion
                    as errors
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: yael.aharon at nokia.com


moc files are the "magic" behind Qt's signals and slots. These files must be
included at the bottom of the cpp file which includes them, or compilation will
fail.
check-webkit-style marks including these files as out-of-order. see
https://bugs.webkit.org/show_bug.cgi?id=32555#c6 as an example.

-- 
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