Re: [Development] syncqt generated forward include headers

2012-01-04 Thread Denis Dzyubenko
Hi Thiago, 2012/1/4 Thiago Macieira : >> I made it configurable via sync.profile - >> http://codereview.qt-project.org/12128 > > Have you checked what other stuff it creates on other modules? > > The Q-protection was intentional, since there are other helper structs and > classes in Qt code. I'v

Re: [Development] syncqt generated forward include headers

2012-01-04 Thread Thiago Macieira
On Wednesday, 4 de January de 2012 15.01.47, Denis Dzyubenko wrote: > Hi, > > I've made a patch for syncqt to make it generate forward include > header (e.g. "include/QtCore/QObject" and "include/QtCore/qobject.h") > even if the class name doesn't have a "Q" prefix - in qtjsondb module > all classe

[Development] syncqt generated forward include headers

2012-01-04 Thread Denis Dzyubenko
Hi, I've made a patch for syncqt to make it generate forward include header (e.g. "include/QtCore/QObject" and "include/QtCore/qobject.h") even if the class name doesn't have a "Q" prefix - in qtjsondb module all classes have "JsonDb" prefix instead and that confused syncqt. I made it configurabl