On 3/15/12 8:13 PM, "ext Robin Burchell" wrote:
>2012/3/15 Thiago Macieira :
>> No one has objected. Can someone remove the deprecation marks in
>>QPointer,
>> please?
>
>Pushed to http://codereview.qt-project.org/#change,20203 :-)
And staged :)
Cheers,
Lars
___
2012/3/15 Thiago Macieira :
> No one has objected. Can someone remove the deprecation marks in QPointer,
> please?
Pushed to http://codereview.qt-project.org/#change,20203 :-)
___
Development mailing list
Development@qt-project.org
http://lists.qt-projec
On sexta-feira, 2 de março de 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 wo
On Friday March 2 2012, 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 .data()
On sexta-feira, 2 de março de 2012 12.20.05, Olivier Goffart wrote:
> > I'd like to suggest we un-deprecate it and bring it back to full status.
>
> I agree.
Anyone objects?
> I have been trying to compile qtbase without the deprecated symbols, and two
> issues remains that i could not solve: QPo
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
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
.data() everywhere and buying us no better safety (because no one