Changes between Version 2 and Version 3 of QtWebKitHacking
- Timestamp:
- Oct 18, 2011, 5:22:36 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
QtWebKitHacking
v2 v3 88 88 - Many more classes.... 89 89 90 == File naming conventions ==90 == File and Class naming conventions == 91 91 92 We try to stick with these rules for naming the files specific to our port:92 We try to stick with these rules for naming the classes and files specific to our port: 93 93 94 94 - Public API follow Qt conventions: {{{qsomething.cpp}}} {{{qsomething.h}}} with class named {{{QSomething}}}