[Webkit-unassigned] [Bug 27158] Add WebKit version API to Qt.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 17 19:44:19 PDT 2009


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


Kenneth Rohde Christiansen <kenneth.christiansen at openbossa.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |kenneth.christiansen at openbo
                   |                            |ssa.org




--- Comment #19 from Kenneth Rohde Christiansen <kenneth.christiansen at openbossa.org>  2009-07-17 19:44:17 PDT ---
Regarding:

+#ifndef WEBKITVERSION_H
+#define WEBKITVERSION_H

The coding style rule 14 says: #define, #ifdef "header guards" should be named
exactly the same as the file (including case), replacing the '.' with a '_'.

Thus, this should be #define WebKitVersion_h, etc.

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