Re: [Development] Undeprecating QPointer

2012-03-02 Thread Olivier Goffart
On Friday 02 March 2012 10:27:56 Thiago Macieira wrote: Hello QPointer was ported to a QWeakPointer backend and deprecated early in Qt 5 history. However, QPointer is used throughout our code and, I can expect, in user code too. Replacing it with QWeakPointer is just monkey work, adding

[Development] QDoc can't ignore Q_PROPERTY

2012-03-02 Thread Denis Shienkov
Hi all. Is it possible to ignore the macro Q_PROPERTY when generating documentation QDoc? If I add *.qdocconf .. Cpp.ignoretokens += \ Q_PROPERTY .. or .. Cpp.ignoredirectives += \ Q_PROPERTY .. it has no effect. The fact is that if the names of class methods and the same properties

Re: [Development] QDoc can't ignore Q_PROPERTY

2012-03-02 Thread Thiago Macieira
On sexta-feira, 2 de março de 2012 18.01.15, Denis Shienkov wrote: The fact is that if the names of class methods and the same properties names - then QDoc ignores the description for the methods. That's intentional. You document the property. The getter and setter methods do not need to be