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