Changes between Version 2 and Version 3 of QtWebKitHacking


Ignore:
Timestamp:
Oct 18, 2011 5:22:36 PM (13 years ago)
Author:
caio.oliveira@openbossa.org
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • QtWebKitHacking

    v2 v3  
    8888 - Many more classes....
    8989
    90 == File naming conventions ==
     90== File and Class naming conventions ==
    9191
    92 We try to stick with these rules for naming the files specific to our port:
     92We try to stick with these rules for naming the classes and files specific to our port:
    9393
    9494 - Public API follow Qt conventions: {{{qsomething.cpp}}} {{{qsomething.h}}} with class named {{{QSomething}}}