Bug 39760 - [Qt] WheelEventQt.cpp has coding-style errors
Summary: [Qt] WheelEventQt.cpp has coding-style errors
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Qt (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC All
: P2 Normal
Assignee: Nobody
URL:
Keywords: Qt, QtTriaged
Depends on:
Blocks:
 
Reported: 2010-05-26 13:24 PDT by Anders Bakken
Modified: 2010-06-12 21:04 PDT (History)
3 users (show)

See Also:


Attachments
Patch that fixes the coding style issues (2.23 KB, patch)
2010-05-26 14:33 PDT, Anders Bakken
no flags Details | Formatted Diff | Diff
Patch that fixes the coding style issues (2.24 KB, patch)
2010-05-26 14:43 PDT, Anders Bakken
no flags Details | Formatted Diff | Diff
Patch that fixes the coding style issues (2.48 KB, patch)
2010-05-26 15:15 PDT, Anders Bakken
no flags Details | Formatted Diff | Diff
Patch (2.60 KB, patch)
2010-06-04 10:51 PDT, Anders Bakken
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Anders Bakken 2010-05-26 13:24:49 PDT
WebCore/platform/qt/WheelEventQt.cpp:21:  Found other header before a header this file implements. Should be: config.h, primary header, blank line, and then alphabetically sorted.  [build/include_order] [4]
WebCore/platform/qt/WheelEventQt.cpp:23:  Alphabetical sorting problem.  [build/include_order] [4]
WebCore/platform/qt/WheelEventQt.cpp:27:  Alphabetical sorting problem.  [build/include_order] [4]
WebCore/platform/qt/WheelEventQt.cpp:28:  Alphabetical sorting problem.  [build/include_order] [4]
WebCore/platform/qt/WheelEventQt.cpp:60:  Code inside a namespace should not be indented.  [whitespace/indent] [4]
Total errors found: 5 in 1 files
Comment 1 Anders Bakken 2010-05-26 14:33:45 PDT
Created attachment 57140 [details]
Patch that fixes the coding style issues
Comment 2 Anders Bakken 2010-05-26 14:43:04 PDT
Created attachment 57153 [details]
Patch that fixes the coding style issues
Comment 3 Anders Bakken 2010-05-26 15:15:46 PDT
Created attachment 57167 [details]
Patch that fixes the coding style issues
Comment 4 Petri Ojala 2010-05-26 21:41:06 PDT
QtTriaged
Comment 5 David Levin 2010-05-27 11:10:07 PDT
Comment on attachment 57167 [details]
Patch that fixes the coding style issues

>   No new tests. (OOPS!)
Ditto.
Comment 6 Anders Bakken 2010-06-04 10:51:17 PDT
Created attachment 57895 [details]
Patch
Comment 7 WebKit Commit Bot 2010-06-12 21:04:26 PDT
Comment on attachment 57895 [details]
Patch

Clearing flags on attachment: 57895

Committed r61075: <http://trac.webkit.org/changeset/61075>
Comment 8 WebKit Commit Bot 2010-06-12 21:04:33 PDT
All reviewed patches have been landed.  Closing bug.