Re: [Interest] QWeakPointer in Qt5

2012-06-22 Thread Philippe
That's good news indeed. I'm a fan of these Qt pointer classes. Philippe On Wed, 20 Jun 2012 08:27:57 +0200 Thiago Macieira wrote: > On quarta-feira, 20 de junho de 2012 06.42.52, Philippe wrote: > > In Qt 5 in git, I have seen changes to this implementation. Mainly, in > > Qt 4.8, it was state

Re: [Interest] QWeakPointer in Qt5

2012-06-19 Thread Thiago Macieira
On quarta-feira, 20 de junho de 2012 06.42.52, Philippe wrote: > In Qt 5 in git, I have seen changes to this implementation. Mainly, in > Qt 4.8, it was stated that "QWeakPointer serves as a replacement to > QPointer". This is no longer the case and this is mentionned as > deprecated (qsharedpointe

[Interest] QWeakPointer in Qt5

2012-06-19 Thread Philippe
In Qt 5 in git, I have seen changes to this implementation. Mainly, in Qt 4.8, it was stated that "QWeakPointer serves as a replacement to QPointer". This is no longer the case and this is mentionned as deprecated (qsharedpointer.cpp). QWeakPointer was quoted in 4.8 as "more efficient than QPointe